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