AWS::ApiGatewayV2::RoutingRule MatchHeaderValue - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::ApiGatewayV2::RoutingRule MatchHeaderValue

Represents a MatchHeaderValue.

Syntax

To declare this entity in your 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