GetThesaurusResult

data class GetThesaurusResult(val arn: String, val createdAt: String, val description: String, val errorMessage: String, val fileSizeBytes: Int, val id: String, val indexId: String, val name: String, val roleArn: String, val sourceS3Paths: List<GetThesaurusSourceS3Path>, val status: String, val synonymRuleCount: Int, val tags: Map<String, String>, val termCount: Int, val thesaurusId: String, val updatedAt: String)

A collection of values returned by getThesaurus.

Constructors

Link copied to clipboard
constructor(arn: String, createdAt: String, description: String, errorMessage: String, fileSizeBytes: Int, id: String, indexId: String, name: String, roleArn: String, sourceS3Paths: List<GetThesaurusSourceS3Path>, status: String, synonymRuleCount: Int, tags: Map<String, String>, termCount: Int, thesaurusId: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Thesaurus.

Link copied to clipboard

Unix datetime that the Thesaurus was created.

Link copied to clipboard

Description of the Thesaurus.

Link copied to clipboard

When the status field value is FAILED, this contains a message that explains why.

Link copied to clipboard

Size of the Thesaurus file in bytes.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Name of the Thesaurus.

Link copied to clipboard

ARN of a role with permission to access the S3 bucket that contains the Thesaurus. For more information, see IAM Roles for Amazon Kendra.

Link copied to clipboard

S3 location of the Thesaurus input data. Detailed below.

Link copied to clipboard

Status of the Thesaurus. It is ready to use when the status is ACTIVE.

Link copied to clipboard

Number of synonym rules in the Thesaurus file.

Link copied to clipboard

Metadata that helps organize the Thesaurus you create.

Link copied to clipboard

Number of unique terms in the Thesaurus file. For example, the synonyms a,b,c and a=>d, the term count would be 4.

Link copied to clipboard
Link copied to clipboard

Date and time that the Thesaurus was last updated.