GetDataSourceResult

data class GetDataSourceResult(val arn: String? = null, val customDocumentEnrichmentConfiguration: DataSourceCustomDocumentEnrichmentConfiguration? = null, val dataSourceConfiguration: DataSourceConfiguration? = null, val description: String? = null, val id: String? = null, val indexId: String? = null, val languageCode: String? = null, val name: String? = null, val roleArn: String? = null, val schedule: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, customDocumentEnrichmentConfiguration: DataSourceCustomDocumentEnrichmentConfiguration? = null, dataSourceConfiguration: DataSourceConfiguration? = null, description: String? = null, id: String? = null, indexId: String? = null, languageCode: String? = null, name: String? = null, roleArn: String? = null, schedule: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the data source. For example: arn:aws:kendra:us-west-2:111122223333:index/335c3741-41df-46a6-b5d3-61f85b787884/data-source/b8cae438-6787-4091-8897-684a652bbb0a

Link copied to clipboard

Configuration information for altering document metadata and content during the document ingestion process.

Link copied to clipboard

Configuration information for an Amazon Kendra data source. The contents of the configuration depend on the type of data source. You can only specify one type of data source in the configuration. You can't specify the Configuration parameter when the Type parameter is set to CUSTOM . The Configuration parameter is required for all other data sources.

Link copied to clipboard
val description: String? = null

A description for the data source connector.

Link copied to clipboard
val id: String? = null

The identifier for the data source. For example: b8cae438-6787-4091-8897-684a652bbb0a .

Link copied to clipboard
val indexId: String? = null

The identifier of the index you want to use with the data source connector.

Link copied to clipboard
val languageCode: String? = null

The code for a language. This shows a supported language for all documents in 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? = null

The name of the data source.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of a role with permission to access the data source. You can't specify the RoleArn parameter when the Type parameter is set to CUSTOM . The RoleArn parameter is required for all other data sources.

Link copied to clipboard
val schedule: String? = null

Sets the frequency that Amazon Kendra checks the documents in your data source and updates the index. If you don't set a schedule, Amazon Kendra doesn't periodically update the index.

Link copied to clipboard
val tags: List<Tag>? = null

Tags for labeling the data source