data_source_tags
Expands all tag keys and values for data_sources
in a region
Overview
Name | data_source_tags |
Type | Resource |
Description | Kendra DataSource |
Id | aws.kendra.data_source_tags |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Unique ID of index |
arn | string | |
name | string | Name of index |
index_id | string | Unique ID of Index |
type | string | Data source type |
data_source_configuration | object | |
description | string | |
schedule | string | Schedule |
role_arn | string | Role Arn |
custom_document_enrichment_configuration | object | |
language_code | string | The code for a language. |
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 data_sources
in a region.
SELECT
region,
id,
arn,
name,
index_id,
type,
data_source_configuration,
description,
schedule,
role_arn,
custom_document_enrichment_configuration,
language_code,
tag_key,
tag_value
FROM aws.kendra.data_source_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the data_source_tags
resource, see data_sources