aws dynamodb update-global-table-settings
Updates settings for a global table
Options
Name | Description |
---|---|
--global-table-name <string> | The name of the global table |
--global-table-billing-mode <string> | The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode. PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned Mode. PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-Demand Mode |
--global-table-provisioned-write-capacity-units <long> | The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException |
--global-table-provisioned-write-capacity-auto-scaling-settings-update <structure> | Auto scaling settings for managing provisioned write capacity for the global table |
--global-table-global-secondary-index-settings-update <list> | Represents the settings of a global secondary index for a global table that will be modified |
--replica-settings-update <list> | Represents the settings for a global table in a Region that will be modified |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |