Class CfnNetworkInsightsAccessScope.ResourceStatementRequestProperty
Describes a resource statement.
Inheritance
System.Object
CfnNetworkInsightsAccessScope.ResourceStatementRequestProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ResourceStatementRequestProperty : Object, CfnNetworkInsightsAccessScope.IResourceStatementRequestProperty
Syntax (vb)
Public Class ResourceStatementRequestProperty
Inherits Object
Implements 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
Constructors
ResourceStatementRequestProperty() |
Properties
Resources | The resources. |
ResourceTypes | The resource types. |
Constructors
ResourceStatementRequestProperty()
public ResourceStatementRequestProperty()
Properties
Resources
The resources.
public string[] Resources { get; set; }
Property Value
System.String[]
Remarks
ResourceTypes
The resource types.
public string[] ResourceTypes { get; set; }
Property Value
System.String[]