Values.CreateScalingPlanRequestSourceCreates a scaling plan.
type nonrec t = {scalingPlanName : ScalingPlanName.t;The name of the scaling plan. Names cannot contain vertical bars, colons, or forward slashes.
*)applicationSource : ApplicationSource.t;A CloudFormation stack or set of tags. You can create one scaling plan per application source. For more information, see ApplicationSource in the AWS Auto Scaling API Reference.
*)scalingInstructions : ScalingInstructions.t;The scaling instructions. For more information, see ScalingInstruction in the AWS Auto Scaling API Reference.
*)}val make :
scalingPlanName:ScalingPlanName.t ->
applicationSource:ApplicationSource.t ->
scalingInstructions:ScalingInstructions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of DisableDynamicScaling.t
| `Enum of string
| `Integer of ResourceCapacity.t
| `List of
[> `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
| `String of ResourceIdMaxLen1600.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
| `String of ScalingPlanName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of XmlStringMaxLen256.t ] list
| `String of XmlStringMaxLen128.t ])
list ]
list
| `String of XmlString.t ])
list ])
list ]