AWS Elastic Load Balancing load balancer
aws.elb.loadbalancer MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
AWS Elastic Load Balancing load balancer
Min version: 5.15.0Defaults:
name region elbType scheme vpcId dnsNameRelationships
5 resources · 9 relationships·Click to select, expand fields to see properties.
Fields (16)
| Field | Type | Description |
|---|---|---|
arnrequired | string | ARN for the load balancer |
attributes | []dict | A list of attributes for the load balancer |
availabilityZonesrequired | []string | Availability zone where the load balancer runs |
createdAtrequired | time | Date and time the load balancer was created |
createdTimerequired | time | Deprecated (use `createdAt` instead) |
dnsNamerequired | string | DNS name for the load balancer |
elbTyperequired | string | Type of ELB. Possible values are `network`, `application`, `gateway`, or `classic` |
hostedZoneIdrequired | string | ID of the Amazon Route 53 hosted zone associated with the load balancer |
listenerDescriptions | []dict | List of listener configurations for the load balancer |
namerequired | string | User-specified name for the load balancer |
regionrequired | string | Region where the load balancer exists |
schemerequired | string | Scheme for the load balancer: internet-facing or internal |
securityGroupsrequired | []aws.ec2.securitygroup | VPC security groups for the load balancer |
targetGroups | []aws.elb.targetgroup | List of target groups for the load balancer |
vpcrequired | aws.vpc | VPC where the load balancer is located |
vpcIdrequired | string | Deprecated: Use `vpc` instead |