1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-03 03:55:23 +02:00

aws-kendra: add page (#13315)

* aws-kendra: add page

* aws-kendra: fix

* aws-kendra: err fix
This commit is contained in:
debghs 2024-07-29 21:49:43 +05:30 committed by GitHub
parent 12a5849781
commit 05e8778fa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,28 @@
# aws kendra
> CLI for AWS Kendra.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/kendra/index.html>.
- 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}}`