AWS::VpcLattice::Rule HttpMatch - AWS CloudFormation

AWS::VpcLattice::Rule HttpMatch

Describes criteria that can be applied to incoming requests.

Syntax

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

JSON

{ "HeaderMatches" : [ HeaderMatch, ... ], "Method" : String, "PathMatch" : PathMatch }

Properties

HeaderMatches

The header matches. Matches incoming requests with rule based on request header value before applying rule action.

Required: No

Type: Array of HeaderMatch

Maximum: 5

Update requires: No interruption

Method

The HTTP method type.

Required: No

Type: String

Allowed values: CONNECT | DELETE | GET | HEAD | OPTIONS | POST | PUT | TRACE

Update requires: No interruption

PathMatch

The path match.

Required: No

Type: PathMatch

Update requires: No interruption