GlobalTableDescription
public struct GlobalTableDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The creation time of the global table.
Declaration
Swift
public let creationDateTime: TimeStamp? -
The unique identifier of the global table.
Declaration
Swift
public let globalTableArn: String? -
The global table name.
Declaration
Swift
public let globalTableName: String? -
The current state of the global table: CREATING - The global table is being created. UPDATING - The global table is being updated. DELETING - The global table is being deleted. ACTIVE - The global table is ready for use.
Declaration
Swift
public let globalTableStatus: GlobalTableStatus? -
The Regions where the global table has replicas.
Declaration
Swift
public let replicationGroup: [ReplicaDescription]? -
Undocumented
Declaration
Swift
public init(creationDateTime: TimeStamp? = nil, globalTableArn: String? = nil, globalTableName: String? = nil, globalTableStatus: GlobalTableStatus? = nil, replicationGroup: [ReplicaDescription]? = nil)
View on GitHub
GlobalTableDescription Structure Reference