This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:- StringDestinationPortRanges:- PortRangeProtocol:StringSourceAddresses:- StringSourcePortRanges:- 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