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