View source: R/bedrockagent_operations.R
bedrockagent_update_data_source | R Documentation |
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
)
dataDeletionPolicy |
The data deletion policy for the data source that you want to update. |
dataSourceConfiguration |
[required] The connection configuration for the data source that you want to update. |
dataSourceId |
[required] The unique identifier of the data source. |
description |
Specifies a new description for the data source. |
knowledgeBaseId |
[required] The unique identifier of the knowledge base for the data source. |
name |
[required] Specifies a new name for the data source. |
serverSideEncryptionConfiguration |
Contains details about server-side encryption of the data source. |
vectorIngestionConfiguration |
Contains details about how to ingest the documents in the data source. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.