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 Amazon CloudFormation template, use the following syntax:
JSON
{ "DestinationAddress" :String, "DestinationPortRange" :FilterPortRange, "SourceAddress" :String, "SourcePortRange" :FilterPortRange}
YAML
DestinationAddress:StringDestinationPortRange:FilterPortRangeSourceAddress:StringSourcePortRange:FilterPortRange
Properties
DestinationAddress-
The destination IPv4 address.
Required: No
Type: String
Minimum:
0Maximum:
15Pattern:
^([0-9]{1,3}.){3}[0-9]{1,3}$Update requires: Replacement
DestinationPortRange-
The destination port range.
Required: No
Type: FilterPortRange
Update requires: Replacement
SourceAddress-
The source IPv4 address.
Required: No
Type: String
Minimum:
0Maximum:
15Pattern:
^([0-9]{1,3}.){3}[0-9]{1,3}$Update requires: Replacement
SourcePortRange-
The source port range.
Required: No
Type: FilterPortRange
Update requires: Replacement