public static interface CfnNetworkInsightsAnalysis.AnalysisComponentProperty
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.*; AnalysisComponentProperty analysisComponentProperty = AnalysisComponentProperty.builder() .arn("arn") .id("id") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNetworkInsightsAnalysis.AnalysisComponentProperty.Builder
A builder for
CfnNetworkInsightsAnalysis.AnalysisComponentProperty |
static class |
CfnNetworkInsightsAnalysis.AnalysisComponentProperty.Jsii$Proxy
An implementation for
CfnNetworkInsightsAnalysis.AnalysisComponentProperty |
Modifier and Type | Method and Description |
---|---|
static CfnNetworkInsightsAnalysis.AnalysisComponentProperty.Builder |
builder() |
default java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the component.
|
default java.lang.String |
getId()
The ID of the component.
|