Skip to main content

AlbTargetGroupHealthCheckSchema

Defines how the health endpoint of the target should be called.

@group

Resources/AlbTargetGroup

Index

Properties

HealthCheckIntervalSeconds

HealthCheckIntervalSeconds: any = ...

The approximate amount of time, in seconds, between health checks of an individual target.

HealthCheckPath

HealthCheckPath: any = ...

The path of the health check endpoint.

HealthCheckPort

HealthCheckPort: any = ...

The port of the health check endpoint.

HealthCheckProtocol

HealthCheckProtocol: any = ...

The protocol of the health check endpoint. Possible values are HTTP.

HealthCheckTimeoutSeconds

HealthCheckTimeoutSeconds: any = ...

The amount of time, in seconds, during which no response means a failed health check.

HealthyThresholdCount

HealthyThresholdCount: any = ...

The number of consecutive health checks successes required before considering the target healthy.

Matcher

Matcher: any = ...

The HTTP status codes to use when checking for a successful response from a target.

UnhealthyThresholdCount

UnhealthyThresholdCount: any = ...

The number of consecutive health check failures required before considering the target unhealthy.