Module Values.AutoScalingGroupsConfigurationSource

Describes the configuration of an auto scaling group.

Sourcetype nonrec t = {
  1. autoScalingGroupNames : AutoScalingGroupNameList.t;
    (*

    The names of the auto scaling group.

    *)
  2. roleArn : AutoScalingGroupsConfigurationRoleArnString.t;
    (*

    The role ARN of the auto scaling group.

    *)
  3. healthCheckConfig : HealthCheckConfig.t option;
    (*

    The health check configuration for the Auto Scaling group managed endpoint.

    *)
}
Sourceval context_ : string
Sourceval make : ?healthCheckConfig:??? -> autoScalingGroupNames:AutoScalingGroupNameList.t -> roleArn:AutoScalingGroupsConfigurationRoleArnString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AutoScalingGroupName.t ] list | `String of AutoScalingGroupsConfigurationRoleArnString.t | `Structure of (string * [> `Enum of string | `Integer of HealthCheckConfigPortInteger.t | `String of HealthCheckConfigPathString.t ]) list ]) 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