class Aws::AppMesh::Types::HttpGatewayRouteHeader
An object that represents the HTTP header in the gateway route.
@note When making an API call, you may pass HttpGatewayRouteHeader
data as a hash: { invert: false, match: { exact: "HeaderMatch", prefix: "HeaderMatch", range: { end: 1, # required start: 1, # required }, regex: "HeaderMatch", suffix: "HeaderMatch", }, name: "HeaderName", # required }
@!attribute [rw] invert
Specify `True` to match anything except the match criteria. The default value is `False`. @return [Boolean]
@!attribute [rw] match
An object that represents the method and value to match with the header value sent in a request. Specify one match method. @return [Types::HeaderMatchMethod]
@!attribute [rw] name
A name for the HTTP header in the gateway route that will be matched on. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/HttpGatewayRouteHeader AWS API Documentation
Constants
- SENSITIVE