Interface CfnNetworkInsightsAnalysisPropsMixin.AnalysisComponentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnNetworkInsightsAnalysisPropsMixin.AnalysisComponentProperty.Jsii$Proxy
Enclosing class:
CfnNetworkInsightsAnalysisPropsMixin

@Stability(Stable) public static interface CfnNetworkInsightsAnalysisPropsMixin.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.mixins.preview.services.ec2.mixins.*;
 AnalysisComponentProperty analysisComponentProperty = AnalysisComponentProperty.builder()
         .arn("arn")
         .id("id")
         .build();
 

See Also: