Skip to main content

data_sources_list_only

Lists data_sources in a region or regions, for all properties use data_sources

Overview

Namedata_sources_list_only
TypeResource
DescriptionKendra DataSource
Idaws.kendra.data_sources_list_only

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
tagsarrayTags for labeling the data source
custom_document_enrichment_configurationobject
language_codestringThe code for a language.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all data_sources in a region.

SELECT
region,
id,
index_id
FROM aws.kendra.data_sources_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the data_sources_list_only resource, see data_sources