Key |
Returned |
Description |
load_balancers
complex
|
always |
a list of load balancers
|
|
idle_timeout_timeout_seconds
string
|
when status is present |
The idle timeout value, in seconds.
Sample:
60
|
|
load_balancer_arn
string
|
when status is present |
The Amazon Resource Name (ARN) of the load balancer.
Sample:
arn:aws:elasticloadbalancing:ap-southeast-2:0123456789:loadbalancer/app/my-elb/001122334455
|
|
access_logs_s3_enabled
string
|
when status is present |
Indicates whether access logs stored in Amazon S3 are enabled.
Sample:
True
|
|
tags
dict
|
when status is present |
The tags attached to the load balancer.
Sample:
{ 'Tag': 'Example' }
|
|
created_time
string
|
when status is present |
The date and time the load balancer was created.
Sample:
2015-02-12T02:14:02+00:00
|
|
access_logs_s3_prefix
string
|
when status is present |
The prefix for the location in the S3 bucket.
Sample:
/my/logs
|
|
security_groups
list
|
when status is present |
The IDs of the security groups for the load balancer.
Sample:
['sg-0011223344']
|
|
canonical_hosted_zone_id
string
|
when status is present |
The ID of the Amazon Route 53 hosted zone associated with the load balancer.
Sample:
ABCDEF12345678
|
|
availability_zones
list
|
when status is present |
The Availability Zones for the load balancer.
Sample:
[{'subnet_id': 'subnet-aabbccddff', 'zone_name': 'ap-southeast-2a'}]
|
|
access_logs_s3_bucket
string
|
when status is present |
The name of the S3 bucket for the access logs.
Sample:
mys3bucket
|
|
deletion_protection_enabled
string
|
when status is present |
Indicates whether deletion protection is enabled.
Sample:
True
|
|
ip_address_type
string
|
when status is present |
The type of IP addresses used by the subnets for the load balancer.
Sample:
ipv4
|
|
load_balancer_name
string
|
when status is present |
The name of the load balancer.
Sample:
my-elb
|
|
state
dict
|
when status is present |
The state of the load balancer.
Sample:
{'code': 'active'}
|
|
dns_name
string
|
when status is present |
The public DNS name of the load balancer.
Sample:
internal-my-elb-123456789.ap-southeast-2.elb.amazonaws.com
|
|
vpc_id
string
|
when status is present |
The ID of the VPC for the load balancer.
Sample:
vpc-0011223344
|
|
scheme
string
|
when status is present |
Internet-facing or internal load balancer.
Sample:
internal
|
|
type
string
|
when status is present |
The type of load balancer.
Sample:
application
|