Interface CfnNetworkInsightsAnalysis.AlternatePathHintProperty

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

@Stability(Stable) public static interface CfnNetworkInsightsAnalysis.AlternatePathHintProperty extends software.amazon.jsii.JsiiSerializable
Describes an potential intermediate component of a feasible path.

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.*;
 AlternatePathHintProperty alternatePathHintProperty = AlternatePathHintProperty.builder()
         .componentArn("componentArn")
         .componentId("componentId")
         .build();
 

See Also: