Values.WarmPoolConfigurationSourceDescribes a warm pool configuration.
type nonrec t = {maxGroupPreparedCapacity : MaxGroupPreparedCapacity.t option;The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.
*)minSize : WarmPoolMinSize.t option;The minimum number of instances to maintain in the warm pool.
*)poolState : WarmPoolState.t option;The instance state to transition to after the lifecycle actions are complete.
*)status : WarmPoolStatus.t option;The status of a warm pool that is marked for deletion.
*)instanceReusePolicy : InstanceReusePolicy.t option;The instance reuse policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MaxGroupPreparedCapacity.t
| `Structure of (string * [> `Boolean of ReuseOnScaleIn.t ]) list ])
list ]