GetQuerySuggestionsBlockListResult

data class GetQuerySuggestionsBlockListResult(val arn: String, val createdAt: String, val description: String, val errorMessage: String, val fileSizeBytes: Int, val id: String, val indexId: String, val itemCount: Int, val name: String, val querySuggestionsBlockListId: String, val roleArn: String, val sourceS3Paths: List<GetQuerySuggestionsBlockListSourceS3Path>, val status: String, val tags: Map<String, String>, val updatedAt: String)

A collection of values returned by getQuerySuggestionsBlockList.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the block list.

Link copied to clipboard

Date-time a block list was created.

Link copied to clipboard

Description for the block list.

Link copied to clipboard

Error message containing details if there are issues processing the block list.

Link copied to clipboard

Current size of the block list text file in S3.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Current number of valid, non-empty words or phrases in the block list text file.

Link copied to clipboard

Name of the block list.

Link copied to clipboard

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

Link copied to clipboard

S3 location of the block list input data. Detailed below.

Link copied to clipboard

Current status of the block list. When the value is ACTIVE, the block list is ready for use.

Link copied to clipboard

Metadata that helps organize the block list you create.

Link copied to clipboard

Date and time that the block list was last updated.