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:
|
GlobalTableBillingMode |
The billing mode of the global table.
TYPE:
|
GlobalTableGlobalSecondaryIndexSettingsUpdate |
The settings of a global secondary index for a global table that will be modified.
TYPE:
|
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate |
Auto scaling settings for managing provisioned write capacity for the global table. |
GlobalTableProvisionedWriteCapacityUnits |
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
TYPE:
|
ReplicaSettingsUpdate |
The settings for a global table in a Region that will be modified.
TYPE:
|
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:
|
ReplicaSettings |
The Region-specific settings for the global table.
TYPE:
|
GlobalTableName
instance-attribute
GlobalTableName
ReplicaSettings
instance-attribute
ReplicaSettings