Values.AutoScalingPolicyDescriptionSourceRepresents the properties of the scaling policy.
type nonrec t = {policyName : AutoScalingPolicyName.t option;The name of the scaling policy.
*)targetTrackingScalingPolicyConfiguration : AutoScalingTargetTrackingScalingPolicyConfigurationDescription.t
option;Represents a target tracking scaling policy configuration.
*)}val to_value :
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 ]