Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsAutoScalingAutoScalingGroupDetails

import type { AwsAutoScalingAutoScalingGroupDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about an auto scaling group.

interface AwsAutoScalingAutoScalingGroupDetails {
CapacityRebalance?: boolean | null;
CreatedTime?: string | null;
HealthCheckGracePeriod?: number | null;
HealthCheckType?: string | null;
LaunchConfigurationName?: string | null;
LoadBalancerNames?: string[] | null;
}

§Properties

§

The list of Availability Zones for the automatic scaling group.

§
CapacityRebalance?: boolean | null
[src]

Indicates whether capacity rebalancing is enabled.

§
CreatedTime?: string | null
[src]

Indicates when the auto scaling group was created.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

§
HealthCheckGracePeriod?: number | null
[src]

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.

§
HealthCheckType?: string | null
[src]

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

§
LaunchConfigurationName?: string | null
[src]

The name of the launch configuration.

§

The launch template to use.

§
LoadBalancerNames?: string[] | null
[src]

The list of load balancers associated with the group.

§

The mixed instances policy for the automatic scaling group.