Interface CfnNetworkInsightsAccessScope.IResourceStatementRequestProperty
Describes a resource statement.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IResourceStatementRequestProperty
Syntax (vb)
Public Interface 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
Resources | The resources. |
ResourceTypes | The resource types. |
Properties
Resources
The resources.
virtual string[] Resources { get; }
Property Value
System.String[]
Remarks
ResourceTypes
The resource types.
virtual string[] ResourceTypes { get; }
Property Value
System.String[]