Class CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty
Describes a through resource statement.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty : CfnNetworkInsightsAccessScopePropsMixin.IThroughResourcesStatementRequestProperty
Syntax (vb)
Public Class CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty Implements 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
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.Mixins.Preview.AWS.EC2.Mixins;
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 CfnNetworkInsightsAccessScopePropsMixin.IResourceStatementRequestProperty