index_tags
Expands all tag keys and values for indices
in a region
Overview
Name | index_tags |
Type | Resource |
Description | Definition of AWS::QBusiness::Index Resource Type |
Id | aws.qbusiness.index_tags |
Fields
Name | Datatype | Description |
---|---|---|
application_id | string | |
capacity_configuration | object | |
created_at | string | |
description | string | |
display_name | string | |
document_attribute_configurations | array | |
index_arn | string | |
index_id | string | |
index_statistics | object | |
type | string | |
status | string | |
updated_at | 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,
application_id,
capacity_configuration,
created_at,
description,
display_name,
document_attribute_configurations,
index_arn,
index_id,
index_statistics,
type,
status,
updated_at,
tag_key,
tag_value
FROM aws.qbusiness.index_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the index_tags
resource, see indices