@Stability(value=Stable)
public static interface CfnNetworkInsightsAnalysis.AnalysisComponentProperty
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.*;
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 String |
getArn()
The Amazon Resource Name (ARN) of the component.
|
default String |
getId()
The ID of the component.
|
@Stability(value=Stable) @Nullable default String getArn()
@Stability(value=Stable) @Nullable default String getId()
@Stability(value=Stable) static CfnNetworkInsightsAnalysis.AnalysisComponentProperty.Builder builder()
Copyright © 2022. All rights reserved.