interface ThroughResourcesStatementRequestProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins.CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsec2/mixins#CfnNetworkInsightsAccessScopePropsMixin_ThroughResourcesStatementRequestProperty |
Java | software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty |
Python | aws_cdk.mixins_preview.aws_ec2.mixins.CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ec2 » mixins » CfnNetworkInsightsAccessScopePropsMixin » ThroughResourcesStatementRequestProperty |
Describes a through resource statement.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as ec2_mixins } from '@aws-cdk/mixins-preview/aws-ec2';
const throughResourcesStatementRequestProperty: ec2_mixins.CfnNetworkInsightsAccessScopePropsMixin.ThroughResourcesStatementRequestProperty = {
resourceStatement: {
resources: ['resources'],
resourceTypes: ['resourceTypes'],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | IResolvable | Resource | The resource statement. |
resourceStatement?
Type:
IResolvable | Resource
(optional)
The resource statement.

.NET
Go
Java
Python
TypeScript