Create global table
async_boto.validation.dynamodb.create_global_table
CreateGlobalTableRequest
Bases: BaseModel
Creates a global table from an existing table.
| ATTRIBUTE | DESCRIPTION |
|---|---|
GlobalTableName |
The global table name.
TYPE:
|
ReplicationGroup |
The Regions where the global table needs to be created.
TYPE:
|
GlobalTableName
instance-attribute
GlobalTableName
ReplicationGroup
instance-attribute
ReplicationGroup
CreateGlobalTableResponse
Bases: BaseModel
Response for the CreateGlobalTable operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
GlobalTableDescription |
Contains the details of the global table.
TYPE:
|
GlobalTableDescription
instance-attribute
GlobalTableDescription