Module Values_1.InstanceGroupHealthCheckConfigurationSource

The configuration of deep health checks for an instance group. Overlapping deep health check configurations will be merged into a single operation.

Sourcetype nonrec t = {
  1. instanceGroupName : Values_0.ClusterInstanceGroupName.t;
    (*

    The name of the instance group.

    *)
  2. instanceIds : InstanceIds.t option;
    (*

    A list of Amazon Elastic Compute Cloud (EC2) instance IDs on which to perform deep health checks. Leave this field blank to perform deep health checks on the entire instance group.

    *)
  3. deepHealthChecks : DeepHealthChecks.t;
    (*

    A list of deep health checks to be performed.

    *)
}
Sourceval context_ : string
Sourceval make : ?instanceIds:??? -> instanceGroupName:Values_0.ClusterInstanceGroupName.t -> deepHealthChecks:DeepHealthChecks.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string | `String of Values_0.ClusterNodeId.t ] list | `String of Values_0.ClusterInstanceGroupName.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