AWS::ApiGatewayV2::RoutingRule Condition - 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 Condition

Represents a condition. Conditions can contain up to two matchHeaders conditions and one matchBasePaths conditions. API Gateway evaluates header conditions and base path conditions together. You can only use AND between header and base path conditions.

Syntax

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

Properties

MatchBasePaths

The base path to be matched.

Required: No

Type: MatchBasePaths

Update requires: No interruption

MatchHeaders

The headers to be matched.

Required: No

Type: MatchHeaders

Update requires: No interruption