Values.ReplicaGlobalSecondaryIndexAutoScalingDescriptionSourceRepresents the auto scaling configuration for a replica global secondary index.
type nonrec t = {indexName : IndexName.t option;The name of the global secondary index.
*)indexStatus : IndexStatus.t option;The current state of the replica global secondary index: CREATING - The index is being created. UPDATING - The table/index configuration is being updated. The table/index remains available for data operations when UPDATING DELETING - The index is being deleted. ACTIVE - The index is ready for use.
*)provisionedReadCapacityAutoScalingSettings : AutoScalingSettingsDescription.t
option;provisionedWriteCapacityAutoScalingSettings : AutoScalingSettingsDescription.t
option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IndexName.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `List of
[> `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
| `Long of PositiveLongObject.t
| `String of String_.t ])
list ])
list ]