Show / Hide Table of Contents

Class CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty

Describes a through resource statement.

Inheritance
object
CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
Implements
CfnNetworkInsightsAccessScope.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.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty : CfnNetworkInsightsAccessScope.IThroughResourcesStatementRequestProperty
Syntax (vb)
Public Class CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty Implements CfnNetworkInsightsAccessScope.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.AWS.EC2;

             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.AWS.EC2;

             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 CfnNetworkInsightsAccessScope.IResourceStatementRequestProperty

Implements

CfnNetworkInsightsAccessScope.IThroughResourcesStatementRequestProperty
Back to top Generated by DocFX