Show / Hide Table of Contents

Class CfnNetworkInsightsAccessScopeMixinProps

Properties for CfnNetworkInsightsAccessScopePropsMixin.

Inheritance
object
CfnNetworkInsightsAccessScopeMixinProps
Implements
ICfnNetworkInsightsAccessScopeMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnNetworkInsightsAccessScopeMixinProps : ICfnNetworkInsightsAccessScopeMixinProps
Syntax (vb)
Public Class CfnNetworkInsightsAccessScopeMixinProps Implements ICfnNetworkInsightsAccessScopeMixinProps
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.Mixins.Preview.AWS.EC2.Mixins;

             var cfnNetworkInsightsAccessScopeMixinProps = new CfnNetworkInsightsAccessScopeMixinProps {
                 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

CfnNetworkInsightsAccessScopeMixinProps()

Properties for CfnNetworkInsightsAccessScopePropsMixin.

Properties

ExcludePaths

The paths to exclude.

MatchPaths

The paths to match.

Tags

The tags.

Constructors

CfnNetworkInsightsAccessScopeMixinProps()

Properties for CfnNetworkInsightsAccessScopePropsMixin.

public CfnNetworkInsightsAccessScopeMixinProps()
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.Mixins.Preview.AWS.EC2.Mixins;

             var cfnNetworkInsightsAccessScopeMixinProps = new CfnNetworkInsightsAccessScopeMixinProps {
                 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 CfnNetworkInsightsAccessScopePropsMixin.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 CfnNetworkInsightsAccessScopePropsMixin.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

ICfnNetworkInsightsAccessScopeMixinProps
Back to top Generated by DocFX