DBClusterMember
public struct DBClusterMember : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies the status of the DB cluster parameter group for this member of the DB cluster.
Declaration
Swift
public let dBClusterParameterGroupStatus: String?
-
Specifies the instance identifier for this member of the DB cluster.
Declaration
Swift
public let dBInstanceIdentifier: String?
-
Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.
Declaration
Swift
public let isClusterWriter: Bool?
-
A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster in the Amazon Aurora User Guide.
Declaration
Swift
public let promotionTier: Int?
-
Undocumented
Declaration
Swift
public init(dBClusterParameterGroupStatus: String? = nil, dBInstanceIdentifier: String? = nil, isClusterWriter: Bool? = nil, promotionTier: Int? = nil)