Show / Hide Table of Contents

Interface ICfnNetworkInsightsAnalysisProps

Properties for defining a CfnNetworkInsightsAnalysis.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsanalysis.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;

CfnNetworkInsightsAnalysisProps cfnNetworkInsightsAnalysisProps = new CfnNetworkInsightsAnalysisProps {
    NetworkInsightsPathId = "networkInsightsPathId",

    // the properties below are optional
    FilterInArns = new [] { "filterInArns" },
    Tags = new [] { new CfnTag {
        Key = "key",
        Value = "value"
    } }
};

Synopsis

Properties

FilterInArns

The Amazon Resource Names (ARN) of the resources that the path must traverse.

NetworkInsightsPathId

The ID of the path.

Tags

The tags to apply.

Properties

FilterInArns

The Amazon Resource Names (ARN) of the resources that the path must traverse.

virtual string[] FilterInArns { get; }
Property Value

System.String[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsanalysis.html#cfn-ec2-networkinsightsanalysis-filterinarns

NetworkInsightsPathId

The ID of the path.

string NetworkInsightsPathId { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsanalysis.html#cfn-ec2-networkinsightsanalysis-networkinsightspathid

Tags

The tags to apply.

virtual ICfnTag[] Tags { get; }
Property Value

ICfnTag[]

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsanalysis.html#cfn-ec2-networkinsightsanalysis-tags

Back to top Generated by DocFX