Show / Hide Table of Contents

Interface CfnNetworkInsightsAccessScope.IResourceStatementRequestProperty

Describes a resource statement.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAccessScope.IResourceStatementRequestProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAccessScope.IResourceStatementRequestProperty
Remarks

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

Synopsis

Properties

ResourceTypes

The resource types.

Resources

The resources.

Properties

ResourceTypes

The resource types.

string[]? ResourceTypes { get; }
Property Value

string[]

Remarks

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

Resources

The resources.

string[]? Resources { get; }
Property Value

string[]

Remarks

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

Back to top Generated by DocFX