AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateDataSource operation. Updates an Amazon Kendra data source connector.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Kendra.AmazonKendraRequest
      Amazon.Kendra.Model.UpdateDataSourceRequest

Namespace: Amazon.Kendra.Model
Assembly: AWSSDK.Kendra.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateDataSourceRequest : AmazonKendraRequest
         IAmazonWebServiceRequest

The UpdateDataSourceRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateDataSourceRequest()

Properties

NameTypeDescription
Public Property Configuration Amazon.Kendra.Model.DataSourceConfiguration

Gets and sets the property Configuration.

Configuration information you want to update for the data source connector.

Public Property CustomDocumentEnrichmentConfiguration Amazon.Kendra.Model.CustomDocumentEnrichmentConfiguration

Gets and sets the property 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.

Public Property Description System.String

Gets and sets the property Description.

A new description for the data source connector.

Public Property Id System.String

Gets and sets the property Id.

The identifier of the data source connector you want to update.

Public Property IndexId System.String

Gets and sets the property IndexId.

The identifier of the index used with the data source connector.

Public Property LanguageCode System.String

Gets and sets the property 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.

Public Property Name System.String

Gets and sets the property Name.

A new name for the data source connector.

Public Property RoleArn System.String

Gets and sets the property 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.

Public Property Schedule System.String

Gets and sets the property Schedule.

The sync schedule you want to update for the data source connector.

Public Property VpcConfiguration Amazon.Kendra.Model.DataSourceVpcConfiguration

Gets and sets the property VpcConfiguration.

Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5