@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.259Z") @Stability(value=Stable) public interface CfnNetworkInsightsAccessScopeAnalysisProps 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.*;
CfnNetworkInsightsAccessScopeAnalysisProps cfnNetworkInsightsAccessScopeAnalysisProps = CfnNetworkInsightsAccessScopeAnalysisProps.builder()
.networkInsightsAccessScopeId("networkInsightsAccessScopeId")
// the properties below are optional
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNetworkInsightsAccessScopeAnalysisProps.Builder
A builder for
CfnNetworkInsightsAccessScopeAnalysisProps |
static class |
CfnNetworkInsightsAccessScopeAnalysisProps.Jsii$Proxy
An implementation for
CfnNetworkInsightsAccessScopeAnalysisProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNetworkInsightsAccessScopeAnalysisProps.Builder |
builder() |
String |
getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
|
default List<CfnTag> |
getTags()
The tags.
|
@Stability(value=Stable) @NotNull String getNetworkInsightsAccessScopeId()
@Stability(value=Stable) static CfnNetworkInsightsAccessScopeAnalysisProps.Builder builder()
Copyright © 2022. All rights reserved.