AWS::EC2::NetworkInsightsAnalysisSpecifies a network insights analysis.
import { CfnNetworkInsightsAnalysis } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnNetworkInsightsAnalysisConfiguration passed to the constructor as CfnNetworkInsightsAnalysisProps.
networkInsightsPathIdRequiredstringThe ID of the path.
additionalAccountsOptionalstring[]The member accounts that contain resources that the path can traverse.
filterInArnsOptionalstring[]The Amazon Resource Names (ARN) of the resources that the path must traverse.
filterOutArnsOptionalstring[]The Amazon Resource Names (ARN) of the resources that the path must ignore.
tagsOptionalCfnTag[]The tags to apply.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::NetworkInsightsAnalysis