data_sources
Retrieves a list of data_sources
in a region
Overview
Name | data_sources |
Type | Resource |
Description | data_sources |
Id | awscc.kendra.data_sources |
Fields
Name | Datatype | Description |
---|---|---|
id | undefined | |
index_id | undefined | |
region | string | AWS 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