Skip to content

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: str

ReplicationGroup

The Regions where the global table needs to be created.

TYPE: List[Replica]

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

GlobalTableDescription instance-attribute

GlobalTableDescription