GlobalReplicationGroupMember
public struct GlobalReplicationGroupMember : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether automatic failover is enabled for the replication group.
Declaration
Swift
public let automaticFailover: AutomaticFailoverStatus?
-
The replication group id of the Global Datastore member.
Declaration
Swift
public let replicationGroupId: String?
-
The AWS region of the Global Datastore member.
Declaration
Swift
public let replicationGroupRegion: String?
-
Indicates the role of the replication group, primary or secondary.
Declaration
Swift
public let role: String?
-
The status of the membership of the replication group.
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(automaticFailover: AutomaticFailoverStatus? = nil, replicationGroupId: String? = nil, replicationGroupRegion: String? = nil, role: String? = nil, status: String? = nil)