--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_network_insights_path Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::EC2::NetworkInsightsPath --- # awscc_ec2_network_insights_path (Resource) Resource schema for AWS::EC2::NetworkInsightsPath ## Schema ### Required - `destination` (String) - `protocol` (String) - `source` (String) ### Optional - `destination_ip` (String) - `destination_port` (Number) - `source_ip` (String) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `created_date` (String) - `id` (String) Uniquely identifies the resource. - `network_insights_path_arn` (String) - `network_insights_path_id` (String) ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_network_insights_path.example ```