UpdateDataSourceRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Configuration information you want to update for altering document metadata and content during the document ingestion process.

Link copied to clipboard

A new description for the data source connector.

Link copied to clipboard
val id: String?

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard
val name: String?

A new name for the data source connector.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String