health-check subresource |
The health check associated with the target group. Required for use with instance and ip target types.
- interval
- The approximate amount of time between health checks of a target.
- path
- The ping path destination on targets for health checks.
- port
- The port used when an alb performs health checks on targets. Required when used with
instance and ip target types.
- protocol
- The port used when an alb performs health checks on targets.
- timeout
- The amount of time, in seconds, an unresponsive target means a failed health check.
- healthy-threshold
- Health check successes required for an unhealthy target to be considered healthy.
- matcher
- HTTP code that signals a successful response from a target.
- unhealthy-threshold
- Health check failures required by an unhealthy target to be considered unhealthy.
|
port |
Port on which traffic is received by targets. Required for use instance and ip target types. |
protocol |
Protocol used to route traffic to targets. Required for use with instance and ip target types. |
tags map |
List of tags associated with the target group. |
name |
The name of the target group. (Required) |
target-type |
The type of the target. Will default to instance . Valid values are instance , ip or lambda . |
vpc |
The vpc where the target group resides. Required for use with instance and ip target types. |
tarhealth map |
Helper method that maps Health State to instances in that state. |