FailoverDBClusterMessage
public struct FailoverDBClusterMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A cluster identifier to force a failover for. This parameter is not case sensitive. Constraints: Must match the identifier of an existing DBCluster.
Declaration
Swift
public let dBClusterIdentifier: String? -
The name of the instance to promote to the primary instance. You must specify the instance identifier for an Amazon DocumentDB replica in the cluster. For example, mydbcluster-replica1.
Declaration
Swift
public let targetDBInstanceIdentifier: String? -
Undocumented
Declaration
Swift
public init(dBClusterIdentifier: String? = nil, targetDBInstanceIdentifier: String? = nil)
View on GitHub
FailoverDBClusterMessage Structure Reference