Skip to main content

AlbTargetGroupHealthCheckSchema

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

@group

Resources/AlbTargetGroup

Index

Properties

HealthCheckIntervalSeconds

HealthCheckIntervalSeconds: number = ...

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

HealthCheckPath

HealthCheckPath: string = ...

The path of the health check endpoint.

HealthCheckPort

HealthCheckPort: number = ...

The port of the health check endpoint.

HealthCheckProtocol

HealthCheckProtocol: HTTP = ...

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

HealthCheckTimeoutSeconds

HealthCheckTimeoutSeconds: number = ...

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

HealthyThresholdCount

HealthyThresholdCount: number = ...

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

Matcher

Matcher: { HttpCode: number } = ...

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


Type declaration

  • HttpCode: number

UnhealthyThresholdCount

UnhealthyThresholdCount: number = ...

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