AWS::EC2::NetworkInsightsAccessScopeDescribes a Network Access Scope. A Network Access Scope defines outbound (egress) and inbound (ingress) traffic patterns, including sources, destinations, paths, and traffic types. Network Access Analyzer identifies unintended network access to your resources on AWS . When you start an analysis on a Network Access Scope, Network Access Analyzer produces findings. For more information, see the [Network Access Analyzer User Guide](https://docs.aws.amazon.com/vpc/latest/network-access-analyzer/) .
import { CfnNetworkInsightsAccessScope } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnNetworkInsightsAccessScopeConfiguration passed to the constructor as CfnNetworkInsightsAccessScopeProps.
excludePathsOptionalIResolvable | IResolvable | AccessScopePathRequestProperty[]The paths to exclude.
matchPathsOptionalIResolvable | IResolvable | AccessScopePathRequestProperty[]The paths to match.
tagsOptionalCfnTag[]The tags.
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::NetworkInsightsAccessScope