data_source
Gets an individual data_source
resource
Overview
Name | data_source |
Type | Resource |
Description | data_source |
Id | awscc.kendra.data_source |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
name | string | |
index_id | string | |
type | string | |
data_source_configuration | object | |
description | string | |
schedule | string | |
role_arn | string | |
tags | array | Tags for labeling the data source |
custom_document_enrichment_configuration | object | |
language_code | string | |
region | string | AWS 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