AWS::EC2::NetworkInsightsPathSpecifies a path to analyze for reachability. VPC Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the [Reachability Analyzer User Guide](https://docs.aws.amazon.com/vpc/latest/reachability/what-is-reachability-analyzer.html) .
import { CfnNetworkInsightsPath } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnNetworkInsightsPathConfiguration passed to the constructor as CfnNetworkInsightsPathProps.
protocolRequiredstringThe protocol.
sourceRequiredstringThe ID or ARN of the source. If the resource is in another account, you must specify an ARN.
destinationOptionalstringThe ID or ARN of the destination. If the resource is in another account, you must specify an ARN.
destinationIpOptionalstringThe IP address of the destination.
destinationPortOptionalnumberThe destination port.
filterAtDestinationOptionalIResolvable | PathFilterPropertyScopes the analysis to network paths that match specific filters at the destination. If you specify this parameter, you can't specify the parameter for the destination IP address.
filterAtSourceOptionalIResolvable | PathFilterPropertyScopes the analysis to network paths that match specific filters at the source. If you specify this parameter, you can't specify the parameters for the source IP address or the destination port.
sourceIpOptionalstringThe IP address of the source.
tagsOptionalCfnTag[]The tags to add to the path.
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::NetworkInsightsPath