Key |
Returned |
Description |
target_groups
complex
|
always |
a list of target groups
|
|
deregistration_delay_timeout_seconds
int
|
always |
The amount time for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused.
Sample:
300
|
|
health_check_interval_seconds
int
|
always |
The approximate amount of time, in seconds, between health checks of an individual target.
Sample:
30
|
|
health_check_path
string
|
always |
The destination for the health check request.
Sample:
/index.html
|
|
health_check_port
string
|
always |
The port to use to connect with the target.
Sample:
traffic-port
|
|
health_check_protocol
string
|
always |
The protocol to use to connect with the target.
Sample:
HTTP
|
|
health_check_timeout_seconds
int
|
always |
The amount of time, in seconds, during which no response means a failed health check.
Sample:
5
|
|
healthy_threshold_count
int
|
always |
The number of consecutive health checks successes required before considering an unhealthy target healthy.
Sample:
5
|
|
load_balancer_arns
list
|
always |
The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.
|
|
matcher
dict
|
always |
The HTTP codes to use when checking for a successful response from a target.
Sample:
{'http_code': '200'}
|
|
port
int
|
always |
The port on which the targets are listening.
Sample:
80
|
|
protocol
string
|
always |
The protocol to use for routing traffic to the targets.
Sample:
HTTP
|
|
stickiness_enabled
bool
|
always |
Indicates whether sticky sessions are enabled.
Sample:
True
|
|
stickiness_lb_cookie_duration_seconds
int
|
always |
Indicates whether sticky sessions are enabled.
Sample:
86400
|
|
stickiness_type
string
|
always |
The type of sticky sessions.
Sample:
lb_cookie
|
|
tags
dict
|
always |
The tags attached to the target group.
Sample:
{ 'Tag': 'Example' }
|
|
target_group_arn
string
|
always |
The Amazon Resource Name (ARN) of the target group.
Sample:
arn:aws:elasticloadbalancing:ap-southeast-2:01234567890:targetgroup/mytargetgroup/aabbccddee0044332211
|
|
target_group_name
string
|
always |
The name of the target group.
Sample:
mytargetgroup
|
|
unhealthy_threshold_count
int
|
always |
The number of consecutive health check failures required before considering the target unhealthy.
Sample:
2
|
|
vpc_id
string
|
always |
The ID of the VPC for the targets.
Sample:
vpc-0123456
|