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

An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.

Syntax

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

JSON

{ "End" : Integer, "Start" : Integer }

YAML

End: Integer Start: Integer

Properties

End

The end of the range.

Required: Yes

Type: Integer

Update requires: No interruption

Start

The start of the range.

Required: Yes

Type: Integer

Update requires: No interruption