public static interface CfnNetworkInsightsAccessScope.ResourceStatementRequestProperty
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 java.util.List<java.lang.String> |
getResources()
The resources.
|
default java.util.List<java.lang.String> |
getResourceTypes()
The resource types.
|