@Stability(value=Stable)
public static interface CfnNetworkInsightsAccessScope.PathStatementRequestProperty
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.*;
PathStatementRequestProperty pathStatementRequestProperty = PathStatementRequestProperty.builder()
.packetHeaderStatement(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())
.resourceStatement(ResourceStatementRequestProperty.builder()
.resources(List.of("resources"))
.resourceTypes(List.of("resourceTypes"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Builder
|
static class |
CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Jsii$Proxy
An implementation for
CfnNetworkInsightsAccessScope.PathStatementRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Builder |
builder() |
default Object |
getPacketHeaderStatement()
The packet header statement.
|
default Object |
getResourceStatement()
The resource statement.
|
@Stability(value=Stable) @Nullable default Object getPacketHeaderStatement()
@Stability(value=Stable) @Nullable default Object getResourceStatement()
@Stability(value=Stable) static CfnNetworkInsightsAccessScope.PathStatementRequestProperty.Builder builder()
Copyright © 2022. All rights reserved.