Skip to main content

data_source_tags

Expands all tag keys and values for data_sources in a region

Overview

Namedata_source_tags
TypeResource
DescriptionKendra DataSource
Idaws.kendra.data_source_tags

Fields

NameDatatypeDescription
idstringUnique ID of index
arnstring
namestringName of index
index_idstringUnique ID of Index
typestringData source type
data_source_configurationobject
descriptionstring
schedulestringSchedule
role_arnstringRole Arn
custom_document_enrichment_configurationobject
language_codestringThe code for a language.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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