Class: Aws::Kendra::Types::UpdateQuerySuggestionsBlockListRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A new description for the block list.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
# File 'lib/aws-sdk-kendra/types.rb', line 10798

class UpdateQuerySuggestionsBlockListRequest < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :source_s3_path,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the block list you want to update.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
# File 'lib/aws-sdk-kendra/types.rb', line 10798

class UpdateQuerySuggestionsBlockListRequest < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :source_s3_path,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for the block list.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
# File 'lib/aws-sdk-kendra/types.rb', line 10798

class UpdateQuerySuggestionsBlockListRequest < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :source_s3_path,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A new name for the block list.

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
# File 'lib/aws-sdk-kendra/types.rb', line 10798

class UpdateQuerySuggestionsBlockListRequest < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :source_s3_path,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)


10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
# File 'lib/aws-sdk-kendra/types.rb', line 10798

class UpdateQuerySuggestionsBlockListRequest < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :source_s3_path,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_s3_pathTypes::S3Path

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.

Returns:



10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
# File 'lib/aws-sdk-kendra/types.rb', line 10798

class UpdateQuerySuggestionsBlockListRequest < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :source_s3_path,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end