data_sources_list_only
Lists data_sources
in a region or regions, for all properties use data_sources
Overview
Name | data_sources_list_only |
Type | Resource |
Description | Definition of AWS::Bedrock::DataSource Resource Type |
Id | aws.bedrock.data_sources_list_only |
Fields
Name | Datatype | Description |
---|---|---|
data_source_configuration | object | Specifies a raw data source location to ingest. |
data_source_id | string | Identifier for a resource. |
description | string | Description of the Resource. |
knowledge_base_id | string | The unique identifier of the knowledge base to which to add the data source. |
data_source_status | string | The status of a data source. |
name | string | The name of the data source. |
server_side_encryption_configuration | object | Contains details about the server-side encryption for the data source. |
vector_ingestion_configuration | object | Details about how to chunk the documents in the data source. A chunk refers to an excerpt from a data source that is returned when the knowledge base that it belongs to is queried. |
data_deletion_policy | string | The deletion policy for the data source. |
created_at | string | The time at which the data source was created. |
updated_at | string | The time at which the knowledge base was last updated. |
failure_reasons | array | The details of the failure reasons related to the data source. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all data_sources
in a region.
SELECT
region,
knowledge_base_id,
data_source_id
FROM aws.bedrock.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