Module Values.InstanceReusePolicySource

Describes an instance reuse policy for a warm pool. For more information, see Warm pools for Amazon EC2 Auto Scaling in the Amazon EC2 Auto Scaling User Guide.

Sourcetype nonrec t = {
  1. reuseOnScaleIn : ReuseOnScaleIn.t option;
    (*

    Specifies whether instances in the Auto Scaling group can be returned to the warm pool on scale in.

    *)
}
Sourceval make : ?reuseOnScaleIn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of ReuseOnScaleIn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t