Get Thesaurus Result
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
fun GetThesaurusResult(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
Properties
Link copied to clipboard
Link copied to clipboard
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