Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-alternatepathhint.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-alternatepathhint.html#cfn-ec2-networkinsightsanalysis-alternatepathhint-componentarn

ComponentId

The ID of the component.

string? ComponentId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-alternatepathhint.html#cfn-ec2-networkinsightsanalysis-alternatepathhint-componentid

Back to top Generated by DocFX