Interface CfnNetworkInsightsAnalysis.AnalysisComponentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkInsightsAnalysis.AnalysisComponentProperty.Jsii$Proxy
- Enclosing class:
- CfnNetworkInsightsAnalysis
@Stability(Stable)
public static interface CfnNetworkInsightsAnalysis.AnalysisComponentProperty
extends software.amazon.jsii.JsiiSerializable
Describes a path component.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNetworkInsightsAnalysis.AnalysisComponentPropertystatic final classAn implementation forCfnNetworkInsightsAnalysis.AnalysisComponentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the component. -
getId
The ID of the component. -
builder
-