CreateGlobalTableInput
public struct CreateGlobalTableInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The global table name.
Declaration
Swift
public let globalTableName: String -
The Regions where the global table needs to be created.
Declaration
Swift
public let replicationGroup: [Replica] -
Undocumented
Declaration
Swift
public init(globalTableName: String, replicationGroup: [Replica]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateGlobalTableInput Structure Reference