Show / Hide Table of Contents

Class CfnNetworkInsightsAnalysisPropsMixin.AlternatePathHintProperty

Describes an potential intermediate component of a feasible path.

Inheritance
object
CfnNetworkInsightsAnalysisPropsMixin.AlternatePathHintProperty
Implements
CfnNetworkInsightsAnalysisPropsMixin.IAlternatePathHintProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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.

public string? ComponentId { get; set; }
Property Value

string

Remarks

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

Implements

CfnNetworkInsightsAnalysisPropsMixin.IAlternatePathHintProperty
Back to top Generated by DocFX