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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnNetworkInsightsAnalysis.AnalysisComponentProperty
static final class
An 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.- See Also:
-
getId
The ID of the component.- See Also:
-
builder
-