aws.autoscaling.group
Supported Platform
- aws
Description
AWS Auto Scaling Group
The aws.autoscaling.group
resource provides fields representing an individual AWS auto scaling group within the account. For usage see the aws.autoscaling
resource documentation.
Fields
ID | TYPE | DESCRIPTION | |
---|---|---|---|
arn | string | arn for the autoscaling group | |
name | string | name of the group | |
loadBalancerNames | []string | list of load balancer names associated with the group | |
healthCheckType | string | health check type used by the group (ELB | EC2) |
tags | map[string]string | tags for the asg |