Skip to main content

data_source

Gets an individual data_source resource

Overview

Namedata_source
TypeResource
Descriptiondata_source
Idawscc.kendra.data_source

Fields

NameDatatypeDescription
idstring
arnstring
namestring
index_idstring
typestring
data_source_configurationobject
descriptionstring
schedulestring
role_arnstring
tagsarrayTags for labeling the data source
custom_document_enrichment_configurationobject
language_codestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
name,
index_id,
type,
data_source_configuration,
description,
schedule,
role_arn,
tags,
custom_document_enrichment_configuration,
language_code
FROM awscc.kendra.data_source
WHERE data__Identifier = '<Id>|<IndexId>';

Permissions

To operate on the data_source resource, the following permissions are required:

Read

kendra:DescribeDataSource,
kendra:ListTagsForResource

Delete

kendra:DescribeDataSource,
kendra:DeleteDataSource

Update

kendra:DescribeDataSource,
kendra:UpdateDataSource,
kendra:ListTagsForResource,
kendra:TagResource,
kendra:UntagResource,
iam:PassRole