RebootReplicationInstanceMessage
public struct RebootReplicationInstanceMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If this parameter is true, the reboot is conducted through a Multi-AZ failover. (If the instance isn’t configured for Multi-AZ, then you can’t specify true.)
Declaration
Swift
public let forceFailover: Bool?
-
The Amazon Resource Name (ARN) of the replication instance.
Declaration
Swift
public let replicationInstanceArn: String
-
Undocumented
Declaration
Swift
public init(forceFailover: Bool? = nil, replicationInstanceArn: String)