AWS::ApiGatewayV2::RoutingRule MatchHeaderValue - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ApiGatewayV2::RoutingRule MatchHeaderValue

Represents a MatchHeaderValue.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Header" : String, "ValueGlob" : String }

YAML

Header: String ValueGlob: String

Properties

Header

The case insensitive header name to be matched. The header name must be less than 40 characters and the only allowed characters are a-z, A-Z, 0-9, and the following special characters: *?-!#$%&'.^_`|~..

Required: Yes

Type: String

Update requires: No interruption

ValueGlob

The case sensitive header glob value to be matched against entire header value. The header glob value must be less than 128 characters and the only allowed characters are a-z, A-Z, 0-9, and the following special characters: *?-!#$%&'.^_`|~. Wildcard matching is supported for header glob values but must be for *prefix-match, suffix-match*, or *infix*-match.

Required: Yes

Type: String

Update requires: No interruption