diff --git a/tldr/aws-kendra b/tldr/aws-kendra new file mode 100644 index 00000000..2b5e5233 --- /dev/null +++ b/tldr/aws-kendra @@ -0,0 +1,33 @@ +--- +syntax: markdown +tags: [tldr, common] +source: https://github.com/tldr-pages/tldr.git +--- +# aws kendra + +> CLI for AWS Kendra. +> More information: . + +- Create an index: + +`aws kendra create-index --name {{name}} --role-arn {{role-arn}}` + +- List indexes: + +`aws kendra list-indexes` + +- Describe an index: + +`aws kendra describe-index --id {{index-id}}` + +- List data sources: + +`aws kendra list-data-sources` + +- Describe a data source: + +`aws kendra describe-data-source --id {{data-source-id}}` + +- List search queries: + +`aws kendra list-query-suggestions --index-id {{index-id}} --query-text {{query-text}}`