index_tags
Expands all tag keys and values for indices
in a region
Overview
Name | index_tags |
Type | Resource |
Description | Definition of AWS::ResourceExplorer2::Index Resource Type |
Id | aws.resourceexplorer2.index_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
type | string | |
index_state | string | |
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 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