Module Values.AwsAutoScalingLaunchConfigurationInstanceMonitoringDetailsSource

Information about the type of monitoring for instances in the group.

Sourcetype nonrec t = {
  1. enabled : Boolean.t option;
    (*

    If set to true, then instances in the group launch with detailed monitoring. If set to false, then instances in the group launch with basic monitoring.

    *)
}
Sourceval make : ?enabled:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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