Skip to main content

network_insights_path

Gets or updates an individual network_insights_path resource, use network_insights_paths to retrieve a list of resources or to create or delete a resource.

Overview

Namenetwork_insights_path
TypeResource
DescriptionResource schema for AWS::EC2::NetworkInsightsPath
Idaws.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

NameAccessible byRequired Params
update_resourceUPDATEdata__Identifier, data__PatchDocument, region
get_resourceSELECTdata__Identifier, region

SELECT 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 aws.ec2.network_insights_path
WHERE region = 'us-east-1' AND data__Identifier = '<NetworkInsightsPathId>';

Permissions

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

Read

ec2:DescribeNetworkInsightsPaths

Update

ec2:DescribeNetworkInsightsPaths,
ec2:CreateTags,
ec2:DeleteTags