Elastic Load Balancing TargetGroup Matcher
Matcher is a property of the AWS::ElasticLoadBalancingV2::TargetGroup resource that specifies the HTTP codes that healthy targets must use when responding
to an Elastic Load Balancing health check.
Syntax
JSON
{ "HttpCode" :String}
YAML
HttpCode:String
Properties
HttpCode-
The HTTP codes that a healthy target must use when responding to a health check, such as
200,202or200-399.For valid and default values, see the
HttpCodecontents for the Matcher data type in the Elastic Load Balancing API Reference version 2015-12-01.Required: No
Type: String
