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:
- String
DestinationPorts:- String
DestinationPrefixLists:- String
Protocols:- String
SourceAddresses:- String
SourcePorts:- String
SourcePrefixLists:- 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