Show / Hide Table of Contents

Interface CfnNetworkInsightsAccessScope.IPacketHeaderStatementRequestProperty

Describes a packet header statement.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAccessScope.IPacketHeaderStatementRequestProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAccessScope.IPacketHeaderStatementRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-packetheaderstatementrequest.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var packetHeaderStatementRequestProperty = new PacketHeaderStatementRequestProperty {
                 DestinationAddresses = new [] { "destinationAddresses" },
                 DestinationPorts = new [] { "destinationPorts" },
                 DestinationPrefixLists = new [] { "destinationPrefixLists" },
                 Protocols = new [] { "protocols" },
                 SourceAddresses = new [] { "sourceAddresses" },
                 SourcePorts = new [] { "sourcePorts" },
                 SourcePrefixLists = new [] { "sourcePrefixLists" }
             };

Synopsis

Properties

DestinationAddresses

The destination addresses.

DestinationPorts

The destination ports.

DestinationPrefixLists

The destination prefix lists.

Protocols

The protocols.

SourceAddresses

The source addresses.

SourcePorts

The source ports.

SourcePrefixLists

The source prefix lists.

Properties

DestinationAddresses

The destination addresses.

string[]? DestinationAddresses { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-packetheaderstatementrequest.html#cfn-ec2-networkinsightsaccessscope-packetheaderstatementrequest-destinationaddresses

DestinationPorts

The destination ports.

string[]? DestinationPorts { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-packetheaderstatementrequest.html#cfn-ec2-networkinsightsaccessscope-packetheaderstatementrequest-destinationports

DestinationPrefixLists

The destination prefix lists.

string[]? DestinationPrefixLists { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-packetheaderstatementrequest.html#cfn-ec2-networkinsightsaccessscope-packetheaderstatementrequest-destinationprefixlists

Protocols

The protocols.

string[]? Protocols { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-packetheaderstatementrequest.html#cfn-ec2-networkinsightsaccessscope-packetheaderstatementrequest-protocols

SourceAddresses

The source addresses.

string[]? SourceAddresses { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-packetheaderstatementrequest.html#cfn-ec2-networkinsightsaccessscope-packetheaderstatementrequest-sourceaddresses

SourcePorts

The source ports.

string[]? SourcePorts { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-packetheaderstatementrequest.html#cfn-ec2-networkinsightsaccessscope-packetheaderstatementrequest-sourceports

SourcePrefixLists

The source prefix lists.

string[]? SourcePrefixLists { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-packetheaderstatementrequest.html#cfn-ec2-networkinsightsaccessscope-packetheaderstatementrequest-sourceprefixlists

Back to top Generated by DocFX