@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:52.936Z")
public interface CfnNetworkInsightsAccessScopeAnalysisProps
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() |
java.lang.String |
getNetworkInsightsAccessScopeId()
The ID of the Network Access Scope.
|
default java.util.List<CfnTag> |
getTags()
The tags.
|
java.lang.String getNetworkInsightsAccessScopeId()
default java.util.List<CfnTag> getTags()
static CfnNetworkInsightsAccessScopeAnalysisProps.Builder builder()