Show / Hide Table of Contents

Class CfnNetworkInsightsAccessScopeProps

Properties for defining a CfnNetworkInsightsAccessScope.

Inheritance
object
CfnNetworkInsightsAccessScopeProps
Implements
ICfnNetworkInsightsAccessScopeProps
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 CfnNetworkInsightsAccessScopeProps : ICfnNetworkInsightsAccessScopeProps
Syntax (vb)
Public Class CfnNetworkInsightsAccessScopeProps Implements ICfnNetworkInsightsAccessScopeProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscope.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 cfnNetworkInsightsAccessScopeProps = new CfnNetworkInsightsAccessScopeProps {
                 ExcludePaths = new [] { new AccessScopePathRequestProperty {
                     Destination = new PathStatementRequestProperty {
                         PacketHeaderStatement = new PacketHeaderStatementRequestProperty {
                             DestinationAddresses = new [] { "destinationAddresses" },
                             DestinationPorts = new [] { "destinationPorts" },
                             DestinationPrefixLists = new [] { "destinationPrefixLists" },
                             Protocols = new [] { "protocols" },
                             SourceAddresses = new [] { "sourceAddresses" },
                             SourcePorts = new [] { "sourcePorts" },
                             SourcePrefixLists = new [] { "sourcePrefixLists" }
                         },
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     },
                     Source = new PathStatementRequestProperty {
                         PacketHeaderStatement = new PacketHeaderStatementRequestProperty {
                             DestinationAddresses = new [] { "destinationAddresses" },
                             DestinationPorts = new [] { "destinationPorts" },
                             DestinationPrefixLists = new [] { "destinationPrefixLists" },
                             Protocols = new [] { "protocols" },
                             SourceAddresses = new [] { "sourceAddresses" },
                             SourcePorts = new [] { "sourcePorts" },
                             SourcePrefixLists = new [] { "sourcePrefixLists" }
                         },
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     },
                     ThroughResources = new [] { new ThroughResourcesStatementRequestProperty {
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     } }
                 } },
                 MatchPaths = new [] { new AccessScopePathRequestProperty {
                     Destination = new PathStatementRequestProperty {
                         PacketHeaderStatement = new PacketHeaderStatementRequestProperty {
                             DestinationAddresses = new [] { "destinationAddresses" },
                             DestinationPorts = new [] { "destinationPorts" },
                             DestinationPrefixLists = new [] { "destinationPrefixLists" },
                             Protocols = new [] { "protocols" },
                             SourceAddresses = new [] { "sourceAddresses" },
                             SourcePorts = new [] { "sourcePorts" },
                             SourcePrefixLists = new [] { "sourcePrefixLists" }
                         },
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     },
                     Source = new PathStatementRequestProperty {
                         PacketHeaderStatement = new PacketHeaderStatementRequestProperty {
                             DestinationAddresses = new [] { "destinationAddresses" },
                             DestinationPorts = new [] { "destinationPorts" },
                             DestinationPrefixLists = new [] { "destinationPrefixLists" },
                             Protocols = new [] { "protocols" },
                             SourceAddresses = new [] { "sourceAddresses" },
                             SourcePorts = new [] { "sourcePorts" },
                             SourcePrefixLists = new [] { "sourcePrefixLists" }
                         },
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     },
                     ThroughResources = new [] { new ThroughResourcesStatementRequestProperty {
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     } }
                 } },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Synopsis

Constructors

CfnNetworkInsightsAccessScopeProps()

Properties for defining a CfnNetworkInsightsAccessScope.

Properties

ExcludePaths

The paths to exclude.

MatchPaths

The paths to match.

Tags

The tags.

Constructors

CfnNetworkInsightsAccessScopeProps()

Properties for defining a CfnNetworkInsightsAccessScope.

public CfnNetworkInsightsAccessScopeProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscope.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 cfnNetworkInsightsAccessScopeProps = new CfnNetworkInsightsAccessScopeProps {
                 ExcludePaths = new [] { new AccessScopePathRequestProperty {
                     Destination = new PathStatementRequestProperty {
                         PacketHeaderStatement = new PacketHeaderStatementRequestProperty {
                             DestinationAddresses = new [] { "destinationAddresses" },
                             DestinationPorts = new [] { "destinationPorts" },
                             DestinationPrefixLists = new [] { "destinationPrefixLists" },
                             Protocols = new [] { "protocols" },
                             SourceAddresses = new [] { "sourceAddresses" },
                             SourcePorts = new [] { "sourcePorts" },
                             SourcePrefixLists = new [] { "sourcePrefixLists" }
                         },
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     },
                     Source = new PathStatementRequestProperty {
                         PacketHeaderStatement = new PacketHeaderStatementRequestProperty {
                             DestinationAddresses = new [] { "destinationAddresses" },
                             DestinationPorts = new [] { "destinationPorts" },
                             DestinationPrefixLists = new [] { "destinationPrefixLists" },
                             Protocols = new [] { "protocols" },
                             SourceAddresses = new [] { "sourceAddresses" },
                             SourcePorts = new [] { "sourcePorts" },
                             SourcePrefixLists = new [] { "sourcePrefixLists" }
                         },
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     },
                     ThroughResources = new [] { new ThroughResourcesStatementRequestProperty {
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     } }
                 } },
                 MatchPaths = new [] { new AccessScopePathRequestProperty {
                     Destination = new PathStatementRequestProperty {
                         PacketHeaderStatement = new PacketHeaderStatementRequestProperty {
                             DestinationAddresses = new [] { "destinationAddresses" },
                             DestinationPorts = new [] { "destinationPorts" },
                             DestinationPrefixLists = new [] { "destinationPrefixLists" },
                             Protocols = new [] { "protocols" },
                             SourceAddresses = new [] { "sourceAddresses" },
                             SourcePorts = new [] { "sourcePorts" },
                             SourcePrefixLists = new [] { "sourcePrefixLists" }
                         },
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     },
                     Source = new PathStatementRequestProperty {
                         PacketHeaderStatement = new PacketHeaderStatementRequestProperty {
                             DestinationAddresses = new [] { "destinationAddresses" },
                             DestinationPorts = new [] { "destinationPorts" },
                             DestinationPrefixLists = new [] { "destinationPrefixLists" },
                             Protocols = new [] { "protocols" },
                             SourceAddresses = new [] { "sourceAddresses" },
                             SourcePorts = new [] { "sourcePorts" },
                             SourcePrefixLists = new [] { "sourcePrefixLists" }
                         },
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     },
                     ThroughResources = new [] { new ThroughResourcesStatementRequestProperty {
                         ResourceStatement = new ResourceStatementRequestProperty {
                             Resources = new [] { "resources" },
                             ResourceTypes = new [] { "resourceTypes" }
                         }
                     } }
                 } },
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             };

Properties

ExcludePaths

The paths to exclude.

public object? ExcludePaths { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnNetworkInsightsAccessScope.IAccessScopePathRequestProperty)[]

MatchPaths

The paths to match.

public object? MatchPaths { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnNetworkInsightsAccessScope.IAccessScopePathRequestProperty)[]

Tags

The tags.

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

ICfnTag[]

Remarks

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

Implements

ICfnNetworkInsightsAccessScopeProps
Back to top Generated by DocFX