DBClusterMember

public struct DBClusterMember : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the status of the 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 cluster.

    Declaration

    Swift

    public let dBInstanceIdentifier: String?
  • A value that is true if the cluster member is the primary instance for the cluster and false otherwise.

    Declaration

    Swift

    public let isClusterWriter: Bool?
  • A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.

    Declaration

    Swift

    public let promotionTier: Int?
  • Undocumented

    Declaration

    Swift

    public init(dBClusterParameterGroupStatus: String? = nil, dBInstanceIdentifier: String? = nil, isClusterWriter: Bool? = nil, promotionTier: Int? = nil)