AwsRdsDbClusterMember

public struct AwsRdsDbClusterMember : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The status of the DB cluster parameter group for this member of the DB cluster.

    Declaration

    Swift

    public let dbClusterParameterGroupStatus: String?
  • The instance identifier for this member of the DB cluster.

    Declaration

    Swift

    public let dbInstanceIdentifier: String?
  • Whether the cluster member is the primary instance for the DB cluster.

    Declaration

    Swift

    public let isClusterWriter: Bool?
  • Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.

    Declaration

    Swift

    public let promotionTier: Int?
  • Undocumented

    Declaration

    Swift

    public init(dbClusterParameterGroupStatus: String? = nil, dbInstanceIdentifier: String? = nil, isClusterWriter: Bool? = nil, promotionTier: Int? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws