Module Values.AwsAutoScalingAutoScalingGroupDetailsSource

Provides details about an auto scaling group.

Sourcetype nonrec t = {
  1. launchConfigurationName : NonEmptyString.t option;
    (*

    The name of the launch configuration.

    *)
  2. loadBalancerNames : StringList.t option;
    (*

    The list of load balancers associated with the group.

    *)
  3. healthCheckType : NonEmptyString.t option;
    (*

    The service to use for the health checks. Valid values are EC2 or ELB.

    *)
  4. healthCheckGracePeriod : Integer.t option;
    (*

    The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an EC2 instance that has come into service.

    *)
  5. createdTime : NonEmptyString.t option;
    (*

    Indicates when the auto scaling group was created. For more information about the validation and formatting of timestamp fields in Security Hub CSPM, see Timestamps.

    *)
  6. mixedInstancesPolicy : AwsAutoScalingAutoScalingGroupMixedInstancesPolicyDetails.t option;
    (*

    The mixed instances policy for the automatic scaling group.

    *)
  7. availabilityZones : AwsAutoScalingAutoScalingGroupAvailabilityZonesList.t option;
    (*

    The list of Availability Zones for the automatic scaling group.

    *)
  8. launchTemplate : AwsAutoScalingAutoScalingGroupLaunchTemplateLaunchTemplateSpecification.t option;
    (*

    The launch template to use.

    *)
  9. capacityRebalance : Boolean.t option;
    (*

    Indicates whether capacity rebalancing is enabled.

    *)
}
Sourceval make : ?launchConfigurationName:??? -> ?loadBalancerNames:??? -> ?healthCheckType:??? -> ?healthCheckGracePeriod:??? -> ?createdTime:??? -> ?mixedInstancesPolicy:??? -> ?availabilityZones:??? -> ?launchTemplate:??? -> ?capacityRebalance:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `List of [> `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `String of NonEmptyString.t ]) list ] list | `String of NonEmptyString.t | `Structure of (string * [> `String of NonEmptyString.t ]) list ]) list ]) 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