Skip to content

Update global table

async_boto.validation.dynamodb.update_global_table

UpdateGlobalTableRequest

Bases: BaseModel

Request model for the UpdateGlobalTable operation.

ATTRIBUTE DESCRIPTION
GlobalTableName

The global table name.

TYPE: str

ReplicaUpdates

A list of regions that should be added or removed from the global table.

TYPE: List[ReplicaUpdate]

GlobalTableName instance-attribute

GlobalTableName

ReplicaUpdates instance-attribute

ReplicaUpdates

UpdateGlobalTableResponse

Bases: BaseModel

Response model for the UpdateGlobalTable operation.

ATTRIBUTE DESCRIPTION
GlobalTableDescription

Contains the details of the global table.

TYPE: GlobalTableDescription

GlobalTableDescription class-attribute instance-attribute

GlobalTableDescription = None