Interface CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty
Describes a through resource statement.
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAccessScopePropsMixin.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.Mixins.Preview.AWS.EC2.Mixins;
var throughResourcesStatementRequestProperty = new ThroughResourcesStatementRequestProperty {
ResourceStatement = new ResourceStatementRequestProperty {
Resources = new [] { "resources" },
ResourceTypes = new [] { "resourceTypes" }
}
};
Synopsis
Properties
| ResourceStatement | The resource statement. |
Properties
ResourceStatement
The resource statement.
object? ResourceStatement { get; }
Property Value
Remarks
Type union: either IResolvable or CfnNetworkInsightsAccessScopePropsMixin.IResourceStatementRequestProperty