CloudWatch Alarms¶
Provider: AWS
Service ID: cloudwatch_alarms
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'cloudwatch_alarms',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'state', 'namespace', 'metric_name', 'comparison', 'threshold']
});
</script>
<div data-sd-service="cloudwatch_alarms" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
alarm_name |
Alarm Name | text |
From API field: AlarmName |
alarm_arn |
ARN | arn_name |
From API field: AlarmArn |
state |
State | status_badge |
From API field: StateValue |
namespace |
Namespace | text |
From API field: Namespace |
metric_name |
Metric Name | text |
From API field: MetricName |
comparison |
Comparison | text |
From API field: ComparisonOperator |
threshold |
Threshold | text |
From API field: Threshold |
period |
Period | text |
From API field: Period |
evaluation_periods |
Evaluation Periods | text |
From API field: EvaluationPeriods |
description |
Description | text |
From API field: AlarmDescription |
actions_enabled |
Actions Enabled | boolean |
From API field: ActionsEnabled |
updated |
State Updated | datetime |
From API field: StateUpdatedTimestamp |
= included in default view
Sort Order¶
Results are sorted by: name