AWS::AppMesh::GatewayRoute GatewayRouteMetadataMatch - 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::AppMesh::GatewayRoute GatewayRouteMetadataMatch

An object representing the method header to be matched.

Syntax

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

JSON

{ "Exact" : String, "Prefix" : String, "Range" : GatewayRouteRangeMatch, "Regex" : String, "Suffix" : String }

YAML

Exact: String Prefix: String Range: GatewayRouteRangeMatch Regex: String Suffix: String

Properties

Exact

The exact method header to be matched on.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

Prefix

The specified beginning characters of the method header to be matched on.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

Range

An object that represents the range of values to match on.

Required: No

Type: GatewayRouteRangeMatch

Update requires: No interruption

Regex

The regex used to match the method header.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

Suffix

The specified ending characters of the method header to match on.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption