Updates an Amazon Kendra data source connector
Source:R/kendra_operations.R
kendra_update_data_source.RdUpdates an Amazon Kendra data source connector.
See https://www.paws-r-sdk.com/docs/kendra_update_data_source/ for full documentation.
Usage
kendra_update_data_source(
Id,
Name = NULL,
IndexId,
Configuration = NULL,
VpcConfiguration = NULL,
Description = NULL,
Schedule = NULL,
RoleArn = NULL,
LanguageCode = NULL,
CustomDocumentEnrichmentConfiguration = NULL
)Arguments
- Id
[required] The identifier of the data source connector you want to update.
- Name
A new name for the data source connector.
- IndexId
[required] The identifier of the index used with the data source connector.
- Configuration
Configuration information you want to update for the data source connector.
- VpcConfiguration
Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.
- Description
A new description for the data source connector.
- Schedule
The sync schedule you want to update for the data source connector.
- RoleArn
The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources. For more information, see IAM roles for Amazon Kendra.
- LanguageCode
The code for a language you want to update for the data source connector. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.
- CustomDocumentEnrichmentConfiguration
Configuration information you want to update for altering document metadata and content during the document ingestion process.
For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.