Values.UpdateGlobalTableSettingsInputSourceUpdates settings for a global table. This documentation is for version 2017.11.29 (Legacy) of global tables, which should be avoided for new global tables. Customers should use Global Tables version 2019.11.21 (Current) when possible, because it provides greater flexibility, higher efficiency, and consumes less write capacity than 2017.11.29 (Legacy). To determine which version you're using, see Determining the global table version you are using. To update existing global tables from version 2017.11.29 (Legacy) to version 2019.11.21 (Current), see Upgrading global tables.
type nonrec t = {globalTableName : TableName.t;The name of the global table
*)globalTableBillingMode : BillingMode.t option;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 capacity mode. PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-demand capacity mode.
*)globalTableProvisionedWriteCapacityUnits : PositiveLongObject.t option;The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
*)globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate : AutoScalingSettingsUpdate.t
option;Auto scaling settings for managing provisioned write capacity for the global table.
*)globalTableGlobalSecondaryIndexSettingsUpdate : GlobalTableGlobalSecondaryIndexSettingsUpdateList.t
option;Represents the settings of a global secondary index for a global table that will be modified.
*)replicaSettingsUpdate : ReplicaSettingsUpdateList.t option;Represents the settings for a global table in a Region that will be modified.
*)}val make :
?globalTableBillingMode:??? ->
?globalTableProvisionedWriteCapacityUnits:??? ->
?globalTableProvisionedWriteCapacityAutoScalingSettingsUpdate:??? ->
?globalTableGlobalSecondaryIndexSettingsUpdate:??? ->
?replicaSettingsUpdate:??? ->
globalTableName:TableName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Long of PositiveLongObject.t
| `String of IndexName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Long of PositiveLongObject.t
| `String of AutoScalingRoleArn.t
| `Structure of
(string
* [> `String of AutoScalingPolicyName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Double of DoubleObject.t
| `Integer of IntegerObject.t ])
list ])
list ])
list ])
list ]
list
| `Long of PositiveLongObject.t
| `String of IndexName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Long of PositiveLongObject.t
| `String of AutoScalingRoleArn.t
| `Structure of
(string
* [> `String of AutoScalingPolicyName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Double of DoubleObject.t
| `Integer of IntegerObject.t ])
list ])
list ])
list ])
list ]
list
| `Long of PositiveLongObject.t
| `String of TableName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Long of PositiveLongObject.t
| `String of AutoScalingRoleArn.t
| `Structure of
(string
* [> `String of AutoScalingPolicyName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Double of DoubleObject.t
| `Integer of IntegerObject.t ])
list ])
list ])
list ])
list ]