Class CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
Describes a through resource statement.
Inheritance
System.Object
CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ThroughResourcesStatementRequestProperty : Object, CfnNetworkInsightsAccessScope.IThroughResourcesStatementRequestProperty
Syntax (vb)
Public Class ThroughResourcesStatementRequestProperty
Inherits Object
Implements CfnNetworkInsightsAccessScope.IThroughResourcesStatementRequestProperty
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 throughResourcesStatementRequestProperty = new ThroughResourcesStatementRequestProperty {
ResourceStatement = new ResourceStatementRequestProperty {
Resources = new [] { "resources" },
ResourceTypes = new [] { "resourceTypes" }
}
};
Synopsis
Constructors
ThroughResourcesStatementRequestProperty() |
Properties
ResourceStatement | The resource statement. |
Constructors
ThroughResourcesStatementRequestProperty()
public ThroughResourcesStatementRequestProperty()
Properties
ResourceStatement
The resource statement.
public object ResourceStatement { get; set; }
Property Value
System.Object