@Stability(value=Stable)
public static interface CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
PacketHeaderStatementRequestProperty packetHeaderStatementRequestProperty = PacketHeaderStatementRequestProperty.builder()
.destinationAddresses(List.of("destinationAddresses"))
.destinationPorts(List.of("destinationPorts"))
.destinationPrefixLists(List.of("destinationPrefixLists"))
.protocols(List.of("protocols"))
.sourceAddresses(List.of("sourceAddresses"))
.sourcePorts(List.of("sourcePorts"))
.sourcePrefixLists(List.of("sourcePrefixLists"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Builder
|
static class |
CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Jsii$Proxy
An implementation for
CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Builder |
builder() |
default List<String> |
getDestinationAddresses()
The destination addresses.
|
default List<String> |
getDestinationPorts()
The destination ports.
|
default List<String> |
getDestinationPrefixLists()
The destination prefix lists.
|
default List<String> |
getProtocols()
The protocols.
|
default List<String> |
getSourceAddresses()
The source addresses.
|
default List<String> |
getSourcePorts()
The source ports.
|
default List<String> |
getSourcePrefixLists()
The source prefix lists.
|
@Stability(value=Stable) @Nullable default List<String> getDestinationAddresses()
@Stability(value=Stable) @Nullable default List<String> getDestinationPorts()
@Stability(value=Stable) @Nullable default List<String> getDestinationPrefixLists()
@Stability(value=Stable) @Nullable default List<String> getSourceAddresses()
@Stability(value=Stable) @Nullable default List<String> getSourcePorts()
@Stability(value=Stable) @Nullable default List<String> getSourcePrefixLists()
@Stability(value=Stable) static CfnNetworkInsightsAccessScope.PacketHeaderStatementRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.