Show / Hide Table of Contents

Interface CfnNetworkInsightsAnalysis.IAnalysisComponentProperty

Describes a path component.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAnalysis.IAnalysisComponentProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAnalysis.IAnalysisComponentProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysiscomponent.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 analysisComponentProperty = new AnalysisComponentProperty {
                 Arn = "arn",
                 Id = "id"
             };

Synopsis

Properties

Arn

The Amazon Resource Name (ARN) of the component.

Id

The ID of the component.

Properties

Arn

The Amazon Resource Name (ARN) of the component.

string? Arn { get; }
Property Value

string

Remarks

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

Id

The ID of the component.

string? Id { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX