Show / Hide Table of Contents

Class CfnNetworkInsightsAccessScopeAnalysisProps

Properties for defining a CfnNetworkInsightsAccessScopeAnalysis.

Inheritance
object
CfnNetworkInsightsAccessScopeAnalysisProps
Implements
ICfnNetworkInsightsAccessScopeAnalysisProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetworkInsightsAccessScopeAnalysisProps : ICfnNetworkInsightsAccessScopeAnalysisProps
Syntax (vb)
Public Class CfnNetworkInsightsAccessScopeAnalysisProps Implements ICfnNetworkInsightsAccessScopeAnalysisProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscopeanalysis.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 cfnNetworkInsightsAccessScopeAnalysisProps = new CfnNetworkInsightsAccessScopeAnalysisProps {
                 NetworkInsightsAccessScopeId = "networkInsightsAccessScopeId",

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

Synopsis

Constructors

CfnNetworkInsightsAccessScopeAnalysisProps()

Properties for defining a CfnNetworkInsightsAccessScopeAnalysis.

Properties

NetworkInsightsAccessScopeId

The ID of the Network Access Scope.

Tags

The tags.

Constructors

CfnNetworkInsightsAccessScopeAnalysisProps()

Properties for defining a CfnNetworkInsightsAccessScopeAnalysis.

public CfnNetworkInsightsAccessScopeAnalysisProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscopeanalysis.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 cfnNetworkInsightsAccessScopeAnalysisProps = new CfnNetworkInsightsAccessScopeAnalysisProps {
                 NetworkInsightsAccessScopeId = "networkInsightsAccessScopeId",

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

Properties

NetworkInsightsAccessScopeId

The ID of the Network Access Scope.

public string NetworkInsightsAccessScopeId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscopeanalysis.html#cfn-ec2-networkinsightsaccessscopeanalysis-networkinsightsaccessscopeid

Tags

The tags.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

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

Implements

ICfnNetworkInsightsAccessScopeAnalysisProps
Back to top Generated by DocFX