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
protocolis one ofHTTPorHTTPSand theprotocol_versionisGRPC), values can be between0and99. The default is12.When used with an Application Load Balancer (i.e., the
protocolis one ofHTTPorHTTPSand theprotocol_versionis notGRPC), values can be between200and499. The default is200.When used with a Network Load Balancer (i.e., the
protocolis one ofTCP,TCP_UDP,UDP, orTLS), values can be between200and599. The default is200-399.When the
target_typeislambda, values can be between200and499. The default is200.