RebootDBInstanceMessage
public struct RebootDBInstanceMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The instance identifier. This parameter is stored as a lowercase string. Constraints: Must match the identifier of an existing DBInstance.
Declaration
Swift
public let dBInstanceIdentifier: String -
When true, the reboot is conducted through a Multi-AZ failover. Constraint: You can’t specify true if the instance is not configured for Multi-AZ.
Declaration
Swift
public let forceFailover: Bool? -
Undocumented
Declaration
Swift
public init(dBInstanceIdentifier: String, forceFailover: Bool? = nil)
View on GitHub
RebootDBInstanceMessage Structure Reference