View source: R/dynamodb_operations.R
dynamodb_update_global_table_settings | R Documentation |
Updates settings for a global table.
See https://www.paws-r-sdk.com/docs/dynamodb_update_global_table_settings/ for full documentation.
dynamodb_update_global_table_settings(
GlobalTableName,
GlobalTableBillingMode = NULL,
GlobalTableProvisionedWriteCapacityUnits = NULL,
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate = NULL,
GlobalTableGlobalSecondaryIndexSettingsUpdate = NULL,
ReplicaSettingsUpdate = NULL
)
GlobalTableName |
[required] The name of the global table |
GlobalTableBillingMode |
The billing mode of the global table. If
|
GlobalTableProvisionedWriteCapacityUnits |
The maximum number of writes consumed per second before DynamoDB returns
a |
GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate |
Auto scaling settings for managing provisioned write capacity for the global table. |
GlobalTableGlobalSecondaryIndexSettingsUpdate |
Represents the settings of a global secondary index for a global table that will be modified. |
ReplicaSettingsUpdate |
Represents the settings for a global table in a Region that will be modified. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.