Skip to main content

network_insights_path

Gets an individual network_insights_path resource

Overview

Namenetwork_insights_path
TypeResource
Descriptionnetwork_insights_path
Idawscc.ec2.network_insights_path

Fields

NameDatatypeDescription
network_insights_path_idstring
network_insights_path_arnstring
created_datestring
source_ipstring
filter_at_sourceobject
filter_at_destinationobject
destination_ipstring
sourcestring
destinationstring
source_arnstring
destination_arnstring
protocolstring
destination_portinteger
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
network_insights_path_id,
network_insights_path_arn,
created_date,
source_ip,
filter_at_source,
filter_at_destination,
destination_ip,
source,
destination,
source_arn,
destination_arn,
protocol,
destination_port,
tags
FROM awscc.ec2.network_insights_path
WHERE data__Identifier = '<NetworkInsightsPathId>';

Permissions

To operate on the network_insights_path resource, the following permissions are required:

Delete

ec2:DeleteNetworkInsightsPath,
ec2:DeleteTags

Read

ec2:DescribeNetworkInsightsPaths

Update

ec2:DescribeNetworkInsightsPaths,
ec2:CreateTags,
ec2:DeleteTags