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

AWS::AppMesh::GatewayRoute GatewayRouteMetadataMatch

An object representing the method header to be matched.

Syntax

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