Values.ReplicaGlobalSecondaryIndexSettingsUpdateSourceRepresents the settings of a global secondary index for a global table that will be modified.
type nonrec t = {indexName : IndexName.t;The name of the global secondary index. The name must be unique among all other indexes on this table.
*)provisionedReadCapacityUnits : PositiveLongObject.t option;The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
*)provisionedReadCapacityAutoScalingSettingsUpdate : AutoScalingSettingsUpdate.t
option;Auto scaling settings for managing a global secondary index replica's read capacity units.
*)}val make :
?provisionedReadCapacityUnits:??? ->
?provisionedReadCapacityAutoScalingSettingsUpdate:??? ->
indexName:IndexName.t ->
unit ->
tval to_value :
t ->
[> `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 ]