Updates the configurations for a data source connector.
See https://www.paws-r-sdk.com/docs/bedrockagent_update_data_source/ for full documentation.
bedrockagent_update_data_source(
dataDeletionPolicy = NULL,
dataSourceConfiguration,
dataSourceId,
description = NULL,
knowledgeBaseId,
name,
serverSideEncryptionConfiguration = NULL,
vectorIngestionConfiguration = NULL
)
The data deletion policy for the data source that you want to update.
[required] The connection configuration for the data source that you want to update.
[required] The unique identifier of the data source.
Specifies a new description for the data source.
[required] The unique identifier of the knowledge base for the data source.
[required] Specifies a new name for the data source.
Contains details about server-side encryption of the data source.
Contains details about how to ingest the documents in the data source.