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::NetworkInsightsAccessScope PacketHeaderStatementRequest
Describes a packet header statement.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationAddresses" :[ String, ... ], "DestinationPorts" :[ String, ... ], "DestinationPrefixLists" :[ String, ... ], "Protocols" :[ String, ... ], "SourceAddresses" :[ String, ... ], "SourcePorts" :[ String, ... ], "SourcePrefixLists" :[ String, ... ]}
YAML
DestinationAddresses:- StringDestinationPorts:- StringDestinationPrefixLists:- StringProtocols:- StringSourceAddresses:- StringSourcePorts:- StringSourcePrefixLists:- String
Properties
- DestinationAddresses
- 
                    The destination addresses. Required: No Type: Array of String Update requires: Replacement 
- DestinationPorts
- 
                    The destination ports. Required: No Type: Array of String Update requires: Replacement 
- DestinationPrefixLists
- 
                    The destination prefix lists. Required: No Type: Array of String Update requires: Replacement 
- Protocols
- 
                    The protocols. Required: No Type: Array of String Update requires: Replacement 
- SourceAddresses
- 
                    The source addresses. Required: No Type: Array of String Update requires: Replacement 
- SourcePorts
- 
                    The source ports. Required: No Type: Array of String Update requires: Replacement 
- SourcePrefixLists
- 
                    The source prefix lists. Required: No Type: Array of String Update requires: Replacement