Skip to content

Update global table settings

async_boto.validation.dynamodb.update_global_table_settings

UpdateGlobalTableSettingsRequest

Bases: BaseModel

Request model for the UpdateGlobalTableSettings operation.

ATTRIBUTE DESCRIPTION
GlobalTableName

The name of the global table.

TYPE: str

GlobalTableBillingMode

The billing mode of the global table.

TYPE: Optional[str]

GlobalTableGlobalSecondaryIndexSettingsUpdate

The settings of a global secondary index for a global table that will be modified.

TYPE: Optional[List[GlobalTableGlobalSecondaryIndexSettingsUpdate]]

GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate

Auto scaling settings for managing provisioned write capacity for the global table.

TYPE: AutoScalingSettingsUpdate

GlobalTableProvisionedWriteCapacityUnits

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

TYPE: Optional[int]

ReplicaSettingsUpdate

The settings for a global table in a Region that will be modified.

TYPE: Optional[List[ReplicaSettingsUpdate]]

GlobalTableName instance-attribute

GlobalTableName

GlobalTableBillingMode class-attribute instance-attribute

GlobalTableBillingMode = None

GlobalTableGlobalSecondaryIndexSettingsUpdate class-attribute instance-attribute

GlobalTableGlobalSecondaryIndexSettingsUpdate = None

GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate class-attribute instance-attribute

GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate = None

GlobalTableProvisionedWriteCapacityUnits class-attribute instance-attribute

GlobalTableProvisionedWriteCapacityUnits = None

ReplicaSettingsUpdate class-attribute instance-attribute

ReplicaSettingsUpdate = None

UpdateGlobalTableSettingsResponse

Bases: BaseModel

Response model for the UpdateGlobalTableSettings operation.

ATTRIBUTE DESCRIPTION
GlobalTableName

The name of the global table.

TYPE: str

ReplicaSettings

The Region-specific settings for the global table.

TYPE: List[ReplicaSettingsDescription]

GlobalTableName instance-attribute

GlobalTableName

ReplicaSettings instance-attribute

ReplicaSettings