CreateQuerySuggestionsBlockListRequest

Types

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

Properties

Link copied to clipboard

A token that you provide to identify the request to create a query suggestions block list.

Link copied to clipboard

A description for the block list.

Link copied to clipboard

The identifier of the index you want to create a query suggestions block list for.

Link copied to clipboard
val name: String?

A name for the block list.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket that contains the block list text file. For more information, see IAM access roles for Amazon Kendra.

Link copied to clipboard

The S3 path to your block list text file in your S3 bucket.

Link copied to clipboard
val tags: List<Tag>?

A list of key-value pairs that identify or categorize the block list. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Functions

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