Skip to main content

index_tags

Expands all tag keys and values for indices in a region

Overview

Nameindex_tags
TypeResource
DescriptionDefinition of AWS::ResourceExplorer2::Index Resource Type
Idaws.resourceexplorer2.index_tags

Fields

NameDatatypeDescription
arnstring
typestring
index_statestring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all indices in a region.

SELECT
region,
arn,
type,
index_state,
tag_key,
tag_value
FROM aws.resourceexplorer2.index_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the index_tags resource, see indices