Skip to main content

data_sources_list_only

Lists data_sources in a region or regions, for all properties use data_sources

Overview

Namedata_sources_list_only
TypeResource
DescriptionDefinition of AWS::Bedrock::DataSource Resource Type
Idaws.bedrock.data_sources_list_only

Fields

NameDatatypeDescription
data_source_configurationobjectSpecifies a raw data source location to ingest.
data_source_idstringIdentifier for a resource.
descriptionstringDescription of the Resource.
knowledge_base_idstringThe unique identifier of the knowledge base to which to add the data source.
data_source_statusstringThe status of a data source.
namestringThe name of the data source.
server_side_encryption_configurationobjectContains details about the server-side encryption for the data source.
vector_ingestion_configurationobjectDetails 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_policystringThe deletion policy for the data source.
created_atstringThe time at which the data source was created.
updated_atstringThe time at which the knowledge base was last updated.
failure_reasonsarrayThe details of the failure reasons related to the data source.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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