aws kendra create-faq

Creates an new set of frequently asked question (FAQ) questions and answers

Options

NameDescription
--index-id <string>The identifier of the index that contains the FAQ
--name <string>The name that should be associated with the FAQ
--description <string>A description of the FAQ
--s3-path <structure>The S3 location of the FAQ input data
--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 <list>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
--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
--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
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command