Skip to main content

view_tags

Expands all tag keys and values for views in a region

Overview

Nameview_tags
TypeResource
DescriptionDefinition of AWS::ResourceExplorer2::View Resource Type
Idaws.resourceexplorer2.view_tags

Fields

NameDatatypeDescription
filtersobject
included_propertiesarray
scopestring
view_arnstring
view_namestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all views in a region.

SELECT
region,
filters,
included_properties,
scope,
view_arn,
view_name,
tag_key,
tag_value
FROM aws.resourceexplorer2.view_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the view_tags resource, see views