AWS::EC2::NetworkInsightsPath PathFilter - 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::EC2::NetworkInsightsPath PathFilter

Describes a set of filters for a path analysis. Use path filters to scope the analysis when there can be multiple resulting paths.

Syntax

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

Properties

DestinationAddress

The destination IPv4 address.

Required: No

Type: String

Pattern: ^([0-9]{1,3}.){3}[0-9]{1,3}$

Minimum: 0

Maximum: 15

Update requires: Replacement

DestinationPortRange

The destination port range.

Required: No

Type: FilterPortRange

Update requires: Replacement

SourceAddress

The source IPv4 address.

Required: No

Type: String

Pattern: ^([0-9]{1,3}.){3}[0-9]{1,3}$

Minimum: 0

Maximum: 15

Update requires: Replacement

SourcePortRange

The source port range.

Required: No

Type: FilterPortRange

Update requires: Replacement