Skip to content

Describe global table settings

async_boto.validation.dynamodb.describe_global_table_settings

DescribeGlobalTableSettingsRequest

Bases: BaseModel

Describes Region-specific settings for a global table.

ATTRIBUTE DESCRIPTION
GlobalTableName

The name of the global table to describe.

TYPE: str

GlobalTableName instance-attribute

GlobalTableName

DescribeGlobalTableSettingsResponse

Bases: BaseModel

Response for the DescribeGlobalTableSettings operation.

ATTRIBUTE DESCRIPTION
GlobalTableName

The name of the global table.

TYPE: str

ReplicaSettings

The list of replica settings descriptions.

TYPE: List[ReplicaSettingsDescription]

GlobalTableName instance-attribute

GlobalTableName

ReplicaSettings instance-attribute

ReplicaSettings