Skip to main content

network_insights_path_tags

Expands all tag keys and values for network_insights_paths in a region

Overview

Namenetwork_insights_path_tags
TypeResource
DescriptionResource schema for AWS::EC2::NetworkInsightsPath
Idaws.ec2.network_insights_path_tags

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all network_insights_paths in a region.

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,
tag_key,
tag_value
FROM aws.ec2.network_insights_path_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the network_insights_path_tags resource, see network_insights_paths