Skip to main content

data_sources

Retrieves a list of data_sources in a region

Overview

Namedata_sources
TypeResource
Descriptiondata_sources
Idawscc.kendra.data_sources

Fields

NameDatatypeDescription
idundefined
index_idundefined
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
index_id
FROM awscc.kendra.data_sources
WHERE region = 'us-east-1'

Permissions

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

Create

kendra:CreateDataSource,
kendra:DescribeDataSource,
kendra:ListTagsForResource,
iam:PassRole,
kendra:TagResource

List

kendra:ListDataSources