aws-cdk-lib.aws_ec2.CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty

interface ThroughResourcesStatementRequestProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnNetworkInsightsAccessScope_ThroughResourcesStatementRequestProperty
Javasoftware.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
Pythonaws_cdk.aws_ec2.CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty
TypeScript aws-cdk-lib » aws_ec2 » CfnNetworkInsightsAccessScope » 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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const throughResourcesStatementRequestProperty: ec2.CfnNetworkInsightsAccessScope.ThroughResourcesStatementRequestProperty = {
  resourceStatement: {
    resources: ['resources'],
    resourceTypes: ['resourceTypes'],
  },
};

Properties

NameTypeDescription
resourceStatement?IResolvable | ResourceStatementRequestPropertyThe resource statement.

resourceStatement?

Type: IResolvable | ResourceStatementRequestProperty (optional)

The resource statement.