DescribeDataSourceResponse

Types

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

Properties

Link copied to clipboard

Configuration details for the data source connector. This shows how the data source is configured. The configuration options for a data source depend on the data source provider.

Link copied to clipboard

The Unix timestamp when the data source connector was created.

Link copied to clipboard

Configuration information for altering document metadata and content during the document ingestion process when you describe a data source.

Link copied to clipboard

The description for the data source connector.

Link copied to clipboard

When the Status field value is FAILED, the ErrorMessage field contains a description of the error that caused the data source to fail.

Link copied to clipboard
val id: String?

The identifier of the data source connector.

Link copied to clipboard

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

Link copied to clipboard

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?

The name for the data source connector.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role with permission to access the data source and required resources.

Link copied to clipboard

The schedule for Amazon Kendra to update the index.

Link copied to clipboard

The current status of the data source connector. When the status is ACTIVE the data source is ready to use. When the status is FAILED, the ErrorMessage field contains the reason that the data source failed.

Link copied to clipboard

The type of the data source. For example, SHAREPOINT.

Link copied to clipboard

The Unix timestamp when the data source connector was last updated.

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