Show / Hide Table of Contents

Class CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty

Describes a through resource statement.

Inheritance
object
CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty
Implements
CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty
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 CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty : CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty
Syntax (vb)
Public Class CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty Implements CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-throughresourcesstatementrequest.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 throughResourcesStatementRequestProperty = new ThroughResourcesStatementRequestProperty {
                 ResourceStatement = new ResourceStatementRequestProperty {
                     Resources = new [] { "resources" },
                     ResourceTypes = new [] { "resourceTypes" }
                 }
             };

Synopsis

Constructors

ThroughResourcesStatementRequestProperty()

Describes a through resource statement.

Properties

ResourceStatement

The resource statement.

Constructors

ThroughResourcesStatementRequestProperty()

Describes a through resource statement.

public ThroughResourcesStatementRequestProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-throughresourcesstatementrequest.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 throughResourcesStatementRequestProperty = new ThroughResourcesStatementRequestProperty {
                 ResourceStatement = new ResourceStatementRequestProperty {
                     Resources = new [] { "resources" },
                     ResourceTypes = new [] { "resourceTypes" }
                 }
             };

Properties

ResourceStatement

The resource statement.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsaccessscope-throughresourcesstatementrequest.html#cfn-ec2-networkinsightsaccessscope-throughresourcesstatementrequest-resourcestatement

Type union: either IResolvable or CfnNetworkInsightsAccessScopePropsMixin.IResourceStatementRequestProperty

Implements

CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty
Back to top Generated by DocFX