AWS::EC2::NetworkInsightsAccessScope PacketHeaderStatementRequest - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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