aws.cloudwatch.metricsalarm
Supported Platform
- aws
Description
AWS CloudWatch Alarms
The aws.cloudwatch.metricsalarm
object represents an individual AWS CloudWatch metric alarm configured within an account. For usage see the aws.cloudwatch
resource.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | arn for the metric alarm |
metricName | string | metric name associated with the alarm |
metricNamespace | string | metric namespace associated with the alarm |
region | string | region where the alarm exists |
actions | []aws.sns.topic | list of alarm actions (sns topic ARNs) associated with the alarm |
state | string | state of the alarm |
stateReason | string | description of the reason for the state |
insufficientDataActions | []aws.sns.topic | list of snsTopic ARNs to be triggered for insufficientDataActions |
okActions | []aws.sns.topic | list of snsTopic ARNs to be triggered for okActions |
name | string | name of the alarm |