Interface CfnNetworkInsightsAnalysis.IAlternatePathHintProperty
Describes an potential intermediate component of a feasible path.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAnalysis.IAlternatePathHintProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAnalysis.IAlternatePathHintProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var alternatePathHintProperty = new AlternatePathHintProperty {
ComponentArn = "componentArn",
ComponentId = "componentId"
};
Synopsis
Properties
| ComponentArn | The Amazon Resource Name (ARN) of the component. |
| ComponentId | The ID of the component. |
Properties
ComponentArn
The Amazon Resource Name (ARN) of the component.
string? ComponentArn { get; }
Property Value
Remarks
ComponentId
The ID of the component.
string? ComponentId { get; }