Skip to main content

network_insights_access_scope_tags

Expands all tag keys and values for network_insights_access_scopes in a region

Overview

Namenetwork_insights_access_scope_tags
TypeResource
DescriptionResource schema for AWS::EC2::NetworkInsightsAccessScope
Idaws.ec2.network_insights_access_scope_tags

Fields

NameDatatypeDescription
network_insights_access_scope_idstring
network_insights_access_scope_arnstring
created_datestring
updated_datestring
match_pathsarray
exclude_pathsarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all network_insights_access_scopes in a region.

SELECT
region,
network_insights_access_scope_id,
network_insights_access_scope_arn,
created_date,
updated_date,
match_paths,
exclude_paths,
tag_key,
tag_value
FROM aws.ec2.network_insights_access_scope_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the network_insights_access_scope_tags resource, see network_insights_access_scopes