class Aws::ElasticLoadBalancingV2::Types::Matcher

The codes to use when checking for a successful response from a target. If the protocol version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes.

@note When making an API call, you may pass Matcher

data as a hash:

    {
      http_code: "HttpCode",
      grpc_code: "GrpcCode",
    }

@!attribute [rw] http_code

For Application Load Balancers, you can specify values between 200
and 499, and the default value is 200. You can specify multiple
values (for example, "200,202") or a range of values (for example,
"200-299").

For Network Load Balancers and Gateway Load Balancers, this must be
"200–399".
@return [String]

@!attribute [rw] grpc_code

You can specify values between 0 and 99. You can specify multiple
values (for example, "0,1") or a range of values (for example,
"0-5"). The default value is 12.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancingv2-2015-12-01/Matcher AWS API Documentation

Constants

SENSITIVE