aws-cdk-lib.aws_ec2.CfnNetworkInsightsAccessScopeAnalysisProps

interface CfnNetworkInsightsAccessScopeAnalysisProps

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnNetworkInsightsAccessScopeAnalysisProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnNetworkInsightsAccessScopeAnalysisProps
Javasoftware.amazon.awscdk.services.ec2.CfnNetworkInsightsAccessScopeAnalysisProps
Pythonaws_cdk.aws_ec2.CfnNetworkInsightsAccessScopeAnalysisProps
TypeScript aws-cdk-lib » aws_ec2 » CfnNetworkInsightsAccessScopeAnalysisProps

Properties for defining a CfnNetworkInsightsAccessScopeAnalysis.

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 cfnNetworkInsightsAccessScopeAnalysisProps: ec2.CfnNetworkInsightsAccessScopeAnalysisProps = {
  networkInsightsAccessScopeId: 'networkInsightsAccessScopeId',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
networkInsightsAccessScopeIdstringThe ID of the Network Access Scope.
tags?CfnTag[]The tags.

networkInsightsAccessScopeId

Type: string

The ID of the Network Access Scope.


tags?

Type: CfnTag[] (optional)

The tags.