AWS::EC2::NetworkInsightsAnalysis AnalysisPacketHeader
Describes a header. Reflects any changes made by a component as traffic passes through. The fields of an inbound header are null except for the first component of a path.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationAddresses" :
[ String, ... ]
, "DestinationPortRanges" :[ PortRange, ... ]
, "Protocol" :String
, "SourceAddresses" :[ String, ... ]
, "SourcePortRanges" :[ PortRange, ... ]
}
YAML
DestinationAddresses:
- String
DestinationPortRanges:- PortRange
Protocol:String
SourceAddresses:- String
SourcePortRanges:- PortRange
Properties
DestinationAddresses
-
The destination addresses.
Required: No
Type: Array of String
Update requires: No interruption
DestinationPortRanges
-
The destination port ranges.
Required: No
Type: Array of PortRange
Update requires: No interruption
Protocol
-
The protocol.
Required: No
Type: String
Update requires: No interruption
SourceAddresses
-
The source addresses.
Required: No
Type: Array of String
Update requires: No interruption
SourcePortRanges
-
The source port ranges.
Required: No
Type: Array of PortRange
Update requires: No interruption