FailoverDBClusterMessage
public struct FailoverDBClusterMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A DB cluster identifier to force a failover for. This parameter isn’t 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 Aurora Replica in the DB cluster. For example, mydbcluster-replica1.
Declaration
Swift
public let targetDBInstanceIdentifier: String? -
Undocumented
Declaration
Swift
public init(dBClusterIdentifier: String, targetDBInstanceIdentifier: String? = nil)
View on GitHub
FailoverDBClusterMessage Structure Reference