Class CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
Describes a through resource statement.
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty : CfnNetworkInsightsAccessScope.IThroughResourcesStatementRequestProperty
Syntax (vb)
Public Class CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty 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() | Describes a through resource statement. |
Properties
| ResourceStatement | The resource statement. |
Constructors
ThroughResourcesStatementRequestProperty()
Describes a through resource statement.
public ThroughResourcesStatementRequestProperty()
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" }
}
};
Properties
ResourceStatement
The resource statement.
public object? ResourceStatement { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnNetworkInsightsAccessScope.IResourceStatementRequestProperty