GlobalClusterMember

public struct GlobalClusterMember : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) for each Aurora cluster.

    Declaration

    Swift

    public let dBClusterArn: String?
  • Specifies whether a secondary cluster in an Aurora global database has write forwarding enabled, not enabled, or is in the process of enabling it.

    Declaration

    Swift

    public let globalWriteForwardingStatus: WriteForwardingStatus?
  • Specifies whether the Aurora cluster is the primary cluster (that is, has read-write capability) for the Aurora global database with which it is associated.

    Declaration

    Swift

    public let isWriter: Bool?
  • The Amazon Resource Name (ARN) for each read-only secondary cluster associated with the Aurora global database.

    Declaration

    Swift

    public let readers: [String]?
  • Undocumented

    Declaration

    Swift

    public init(dBClusterArn: String? = nil, globalWriteForwardingStatus: WriteForwardingStatus? = nil, isWriter: Bool? = nil, readers: [String]? = nil)