mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Convert to reduced list of known types (#50010)
This commit is contained in:
parent
fcd1486b51
commit
05c6ff79f9
908 changed files with 4822 additions and 4821 deletions
|
@ -227,17 +227,17 @@ health_check_interval_seconds:
|
|||
health_check_path:
|
||||
description: The destination for the health check request.
|
||||
returned: when state present
|
||||
type: string
|
||||
type: str
|
||||
sample: /index.html
|
||||
health_check_port:
|
||||
description: The port to use to connect with the target.
|
||||
returned: when state present
|
||||
type: string
|
||||
type: str
|
||||
sample: traffic-port
|
||||
health_check_protocol:
|
||||
description: The protocol to use to connect with the target.
|
||||
returned: when state present
|
||||
type: string
|
||||
type: str
|
||||
sample: HTTP
|
||||
health_check_timeout_seconds:
|
||||
description: The amount of time, in seconds, during which no response means a failed health check.
|
||||
|
@ -269,7 +269,7 @@ port:
|
|||
protocol:
|
||||
description: The protocol to use for routing traffic to the targets.
|
||||
returned: when state present
|
||||
type: string
|
||||
type: str
|
||||
sample: HTTP
|
||||
stickiness_enabled:
|
||||
description: Indicates whether sticky sessions are enabled.
|
||||
|
@ -284,7 +284,7 @@ stickiness_lb_cookie_duration_seconds:
|
|||
stickiness_type:
|
||||
description: The type of sticky sessions.
|
||||
returned: when state present
|
||||
type: string
|
||||
type: str
|
||||
sample: lb_cookie
|
||||
tags:
|
||||
description: The tags attached to the target group.
|
||||
|
@ -296,12 +296,12 @@ tags:
|
|||
target_group_arn:
|
||||
description: The Amazon Resource Name (ARN) of the target group.
|
||||
returned: when state present
|
||||
type: string
|
||||
type: str
|
||||
sample: "arn:aws:elasticloadbalancing:ap-southeast-2:01234567890:targetgroup/mytargetgroup/aabbccddee0044332211"
|
||||
target_group_name:
|
||||
description: The name of the target group.
|
||||
returned: when state present
|
||||
type: string
|
||||
type: str
|
||||
sample: mytargetgroup
|
||||
unhealthy_threshold_count:
|
||||
description: The number of consecutive health check failures required before considering the target unhealthy.
|
||||
|
@ -311,7 +311,7 @@ unhealthy_threshold_count:
|
|||
vpc_id:
|
||||
description: The ID of the VPC for the targets.
|
||||
returned: when state present
|
||||
type: string
|
||||
type: str
|
||||
sample: vpc-0123456
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue