Values.AutoScalingSettingsUpdateSourceRepresents the auto scaling settings to be modified 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 : AutoScalingRoleArn.t option;Role ARN used for configuring auto scaling policy.
*)scalingPolicyUpdate : AutoScalingPolicyUpdate.t option;The scaling policy to apply for scaling target global table or global secondary index capacity units.
*)}val to_value :
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 ]