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