Values.ScalingPolicySourceRepresents a scaling policy.
type nonrec t = {policyName : PolicyName.t option;The name of the scaling policy.
*)policyType : PolicyType.t option;The type of scaling policy.
*)targetTrackingConfiguration : TargetTrackingConfiguration.t option;The target tracking scaling policy. Includes support for predefined or customized metrics.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PolicyName.t
| `Structure of
(string
* [> `Boolean of DisableScaleIn.t
| `Double of MetricScale.t
| `Integer of Cooldown.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of MetricDimensionName.t ])
list ]
list
| `String of ResourceLabel.t ])
list ])
list ])
list ]