AWS::EC2::NetworkInsightsAccessScope PacketHeaderStatementRequest - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::EC2::NetworkInsightsAccessScope PacketHeaderStatementRequest

Describes a packet header statement.

Syntax

To declare this entity in your Amazon 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: List of String

Update requires: Replacement

DestinationPorts

The destination ports.

Required: No

Type: List of String

Update requires: Replacement

DestinationPrefixLists

The destination prefix lists.

Required: No

Type: List of String

Update requires: Replacement

Protocols

The protocols.

Required: No

Type: List of String

Update requires: Replacement

SourceAddresses

The source addresses.

Required: No

Type: List of String

Update requires: Replacement

SourcePorts

The source ports.

Required: No

Type: List of String

Update requires: Replacement

SourcePrefixLists

The source prefix lists.

Required: No

Type: List of String

Update requires: Replacement