class Aws::Kendra::Types::UpdateQuerySuggestionsBlockListRequest

@note When making an API call, you may pass UpdateQuerySuggestionsBlockListRequest

data as a hash:

    {
      index_id: "IndexId", # required
      id: "QuerySuggestionsBlockListId", # required
      name: "QuerySuggestionsBlockListName",
      description: "Description",
      source_s3_path: {
        bucket: "S3BucketName", # required
        key: "S3ObjectKey", # required
      },
      role_arn: "RoleArn",
    }

@!attribute [rw] index_id

The identifier of the index for a block list.
@return [String]

@!attribute [rw] id

The unique identifier of a block list.
@return [String]

@!attribute [rw] name

The name of a block list.
@return [String]

@!attribute [rw] description

The description for a block list.
@return [String]

@!attribute [rw] source_s3_path

The S3 path where your block list text file sits in S3.

If you update your block list and provide the same path to the block
list text file in S3, then Amazon Kendra reloads the file to refresh
the block list. Amazon Kendra does not automatically refresh your
block list. You need to call the `UpdateQuerySuggestionsBlockList`
API to refresh you block list.

If you update your block list, then Amazon Kendra asynchronously
refreshes all query suggestions with the latest content in the S3
file. This means changes might not take effect immediately.
@return [Types::S3Path]

@!attribute [rw] role_arn

The IAM (Identity and Access Management) role used to access the
block list text file in S3.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/UpdateQuerySuggestionsBlockListRequest AWS API Documentation

Constants

SENSITIVE