DataSourceSummary

Summary information for a Amazon Kendra data source.

Types

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

Properties

Link copied to clipboard

The Unix timestamp when the data source connector was created.

Link copied to clipboard
val id: String?

The identifier for the data source.

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 of the data source.

Link copied to clipboard

The status of the data source. When the status is ACTIVE the data source is ready to use.

Link copied to clipboard

The type of the data source.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: DataSourceSummary.Builder.() -> Unit = {}): DataSourceSummary
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