A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Kendra/Types/CreateFaqRequest.html below:

CreateFaqRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::CreateFaqRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing CreateFaqRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  index_id: "IndexId",   name: "FaqName",   description: "Description",
  s3_path: {     bucket: "S3BucketName",     key: "S3ObjectKey",   },
  role_arn: "RoleArn",   tags: [
    {
      key: "TagKey",       value: "TagValue",     },
  ],
  file_format: "CSV",   client_token: "ClientTokenName",
}
Instance Attribute Summary collapse Instance Attribute Details #client_token ⇒ String

A token that you provide to identify the request to create a FAQ. Multiple calls to the CreateFaqRequest operation with the same client token will create only one FAQ.

#description ⇒ String

A description of the FAQ.

#file_format ⇒ String

The format of the input file. You can choose between a basic CSV format, a CSV format that includes customs attributes in a header, and a JSON format that includes custom attributes.

The format must match the format of the file stored in the S3 bucket identified in the S3Path parameter.

For more information, see Adding questions and answers.

#index_id ⇒ String

The identifier of the index that contains the FAQ.

#name ⇒ String

The name that should be associated with the FAQ.

#role_arn ⇒ String

The Amazon Resource Name (ARN) of a role with permission to access the S3 bucket that contains the FAQs. For more information, see IAM Roles for Amazon Kendra.

#tags ⇒ Array<Types::Tag>

A list of key-value pairs that identify the FAQ. You can use the tags to identify and organize your resources and to control access to resources.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4