matcher
Parameters
The HTTP or gRPC codes to use when checking for a successful response from a target. The health_check.protocol
must be one of HTTP
or HTTPS
or the target_type
must be lambda
. Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299").
For gRPC-based target groups (i.e., the
protocol
is one ofHTTP
orHTTPS
and theprotocol_version
isGRPC
), values can be between0
and99
. The default is12
.When used with an Application Load Balancer (i.e., the
protocol
is one ofHTTP
orHTTPS
and theprotocol_version
is notGRPC
), values can be between200
and499
. The default is200
.When used with a Network Load Balancer (i.e., the
protocol
is one ofTCP
,TCP_UDP
,UDP
, orTLS
), values can be between200
and599
. The default is200-399
.When the
target_type
islambda
, values can be between200
and499
. The default is200
.