Class CfnNetworkInsightsAnalysisPropsMixin.AlternatePathHintProperty
Describes an potential intermediate component of a feasible path.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnNetworkInsightsAnalysisPropsMixin.AlternatePathHintProperty : CfnNetworkInsightsAnalysisPropsMixin.IAlternatePathHintProperty
Syntax (vb)
Public Class CfnNetworkInsightsAnalysisPropsMixin.AlternatePathHintProperty Implements CfnNetworkInsightsAnalysisPropsMixin.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.CfnPropertyMixins.AWS.EC2;
var alternatePathHintProperty = new AlternatePathHintProperty {
ComponentArn = "componentArn",
ComponentId = "componentId"
};
Synopsis
Constructors
| AlternatePathHintProperty() | Describes an potential intermediate component of a feasible path. |
Properties
| ComponentArn | The Amazon Resource Name (ARN) of the component. |
| ComponentId | The ID of the component. |
Constructors
AlternatePathHintProperty()
Describes an potential intermediate component of a feasible path.
public AlternatePathHintProperty()
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.CfnPropertyMixins.AWS.EC2;
var alternatePathHintProperty = new AlternatePathHintProperty {
ComponentArn = "componentArn",
ComponentId = "componentId"
};
Properties
ComponentArn
The Amazon Resource Name (ARN) of the component.
public string? ComponentArn { get; set; }
Property Value
Remarks
ComponentId
The ID of the component.
public string? ComponentId { get; set; }