Values.AutoScalingSettingsDescriptionSourceRepresents the auto scaling settings for a global table or global secondary index.
type nonrec t = {minimumUnits : PositiveLongObject.t option;The minimum capacity units that a global table or global secondary index should be scaled down to.
*)maximumUnits : PositiveLongObject.t option;The maximum capacity units that a global table or global secondary index should be scaled up to.
*)autoScalingDisabled : BooleanObject.t option;Disabled auto scaling for this global table or global secondary index.
*)autoScalingRoleArn : String_.t option;Role ARN used for configuring the auto scaling policy.
*)scalingPolicies : AutoScalingPolicyDescriptionList.t option;Information about the scaling policies.
*)}val to_value :
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 ]