Interface CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.Jsii$Proxy
- Enclosing class:
CfnNetworkInsightsAccessScopePropsMixin
@Stability(Stable)
public static interface CfnNetworkInsightsAccessScopePropsMixin.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.cfnpropertymixins.services.ec2.*;
ThroughResourcesStatementRequestProperty throughResourcesStatementRequestProperty = ThroughResourcesStatementRequestProperty.builder()
.resourceStatement(ResourceStatementRequestProperty.builder()
.resources(List.of("resources"))
.resourceTypes(List.of("resourceTypes"))
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceStatement
The resource statement.Returns union: either
IResolvableorCfnNetworkInsightsAccessScopePropsMixin.ResourceStatementRequestProperty- See Also:
-
builder
@Stability(Stable) static CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty.Builder builder()
-