Show / Hide Table of Contents

Interface CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty

Describes a through resource statement.

Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty
Syntax (vb)
Public Interface 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

Properties

ResourceStatement

The resource statement.

Properties

ResourceStatement

The resource statement.

object? ResourceStatement { get; }
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

Back to top Generated by DocFX