Skip to content

Commit 786cc45

Browse files
ijinstack72
authored andcommitted
Update cloudwatch_metric_alarm.html.markdown (hashicorp#6085)
On creating CloudWatch metric alarms, I need to get the HealthCheckId dimension. Reference would be useful. ``` dimensions { "HealthCheckId" = "${aws_route53_health_check.foo.id}" } ```
1 parent 2d3a0c9 commit 786cc45

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

website/source/docs/providers/aws/r/cloudwatch_metric_alarm.html.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,10 @@ The following arguments are supported:
7777
* `insufficient_data_actions` - (Optional) The list of actions to execute when this alarm transitions into an INSUFFICIENT_DATA state from any other state. Each action is specified as an Amazon Resource Number (ARN).
7878
* `ok_actions` - (Optional) The list of actions to execute when this alarm transitions into an OK state from any other state. Each action is specified as an Amazon Resource Number (ARN).
7979
* `unit` - (Optional) The unit for the alarm's associated metric.
80+
81+
## Attributes Reference
82+
83+
The following attributes are exported:
84+
85+
* `id` - The ID of the health check
86+

0 commit comments

Comments
 (0)