aws_cloudwatch_describe_alarms
List and filter AWS CloudWatch alarms to monitor their current state, threshold configurations, and operational status for effective cloud resource management.
Instructions
List CloudWatch alarms with their state and threshold configuration.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| alarm_names | No | Specific alarm names (optional — returns all if omitted) | |
| state_value | No | Filter by alarm state | |
| alarm_name_prefix | No | Filter by alarm name prefix | |
| max_records | No | Maximum alarms to return |