CreateGlobalReplicationGroupMessage
public struct CreateGlobalReplicationGroupMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Provides details of the Global Datastore
Declaration
Swift
public let globalReplicationGroupDescription: String?
-
The suffix name of a Global Datastore. The suffix guarantees uniqueness of the Global Datastore name across multiple regions.
Declaration
Swift
public let globalReplicationGroupIdSuffix: String
-
The name of the primary cluster that accepts writes and will replicate updates to the secondary cluster.
Declaration
Swift
public let primaryReplicationGroupId: String
-
Undocumented
Declaration
Swift
public init(globalReplicationGroupDescription: String? = nil, globalReplicationGroupIdSuffix: String, primaryReplicationGroupId: String)