network_insights_access_scope_tags
Expands all tag keys and values for network_insights_access_scopes
in a region
Overview
Name | network_insights_access_scope_tags |
Type | Resource |
Description | Resource schema for AWS::EC2::NetworkInsightsAccessScope |
Id | aws.ec2.network_insights_access_scope_tags |
Fields
Name | Datatype | Description |
---|---|---|
network_insights_access_scope_id | string | |
network_insights_access_scope_arn | string | |
created_date | string | |
updated_date | string | |
match_paths | array | |
exclude_paths | array | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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