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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnNetworkInsightsAnalysis.AlternatePathHintProperty
static final class
An implementation forCfnNetworkInsightsAnalysis.AlternatePathHintProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComponentArn
The Amazon Resource Name (ARN) of the component.- See Also:
-
getComponentId
The ID of the component.- See Also:
-
builder
-