aws.elb.loadbalancer
Supported platform
- aws
Description
AWS Elastic Load Balancing load balancer
The aws.elb.loadbalancer
resource provides fields for assessing the configuration of individual classic, application, gateway, and network Amazon Elastic Load Balancers. For usage, read the aws.elb
documentation.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | ARN for the load balancer |
dnsName | string | DNS name for the load balancer |
listenerDescriptions | []dict | List of listener configurations for the load balancer |
name | string | User-specified name for the load balancer |
scheme | string | Scheme for the load balancer: internet-facing or internal |
attributes | []dict | A list of attributes for the load balancer |
vpcId | string | Deprecated: Use vpc instead |
createdTime | time | Date and time when the load balancer was created |
availabilityZones | []string | Availability zone where the load balancer runs |
securityGroups | []aws.ec2.securitygroup | VPC security groups for the load balancer |
hostedZoneId | string | ID of the Amazon Route 53 hosted zone associated with the load balancer |
region | string | Region where the load balancer exists |
elbType | string | Type of ELB. Possible values are network , application , gateway , or classic |
vpc | aws.vpc | VPC where the load balancer is located |
targetGroups | []aws.elb.targetgroup | List of target groups for the load balancer |