{"tool":"aws","tool_display":"Aws","intent":"describe-index","intent_display":"describe index","title":"Aws Command: describe index","command_string":"aws kendra describe-index --id <index_id>","raw_command_string":"aws kendra describe-index --id {{index_id}}","description":"Exact CLI syntax to describe index using Aws.","usage_scenario":"To obtain detailed configuration and status of a Kendra index during operational diagnostics.","scenario_context":"Use this command to efficiently troubleshoot or optimize your Kendra index configuration.","simulated_output":"{\n    \"Id\": \"example-index-id\",\n    \"Name\": \"Example Index\",\n    \"Status\": \"ACTIVE\",\n    \"CreationTime\": \"2023-01-01T12:00:00Z\",\n    \"Description\": \"This is an example Kendra index.\"\n}","how_to_steps":["Run the command: aws kendra describe-index --id {{index_id}}","Check the response for 'Status' to verify if the index is ACTIVE."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/describe-index"}