{"tool":"aws","tool_display":"Aws","intent":"list-triggers","intent_display":"list triggers","title":"Aws Command: list triggers","command_string":"aws glue list-triggers","raw_command_string":"aws glue list-triggers","description":"Exact CLI syntax to list triggers using Aws.","usage_scenario":"During workflow audits to evaluate trigger configurations.","scenario_context":"Review triggers to optimize workflows and maintain efficient job management in AWS Glue.","simulated_output":"{\n    \"Triggers\": [\n        {\n            \"Name\": \"ProcessDataTrigger\",\n            \"TriggerType\": \"SCHEDULED\",\n            \"State\": \"ENABLED\"\n        },\n        {\n            \"Name\": \"OnDemandTrigger\",\n            \"TriggerType\": \"ON_DEMAND\",\n            \"State\": \"DISABLED\"\n        }\n    ],\n    \"ResponseMetadata\": {\n        \"RequestId\": \"abcd1234-5678-90ef-gh12-ijklmnopqrs\",\n        \"HTTPStatusCode\": 200,\n        \"HTTPHeaders\": {\n            \"x-amzn-requestid\": \"abcd1234-5678-90ef-gh12-ijklmnopqrs\",\n            \"content-type\": \"application/json\",\n            \"content-length\": \"194\",\n            \"date\": \"Tue, 12 Oct 2023 12:00:00 GMT\"\n        },\n        \"RetryAttempts\": 0\n    }\n}","how_to_steps":["Run the command: `aws glue list-triggers` to see all your triggers.","Verify the output for expected triggers listed, check their states and types."],"inferred_category":"Cloud Infrastructure","canonical_url":"https://www.syntaxstandard.com/aws/list-triggers"}