Interface CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty.Jsii$Proxy
- Enclosing class:
CfnNetworkInsightsAccessScope
@Stability(Stable)
public static interface CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
extends software.amazon.jsii.JsiiSerializable
Describes a through resource statement.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceStatement
The resource statement. -
builder
@Stability(Stable) static CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty.Builder builder()
-