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
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
DestinationPorts
DestinationPrefixLists
The destination prefix lists.
string[]? DestinationPrefixLists { get; }
Property Value
string[]