Update cloudwatch_metric_alarm.html.markdown (#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}"
    }
```
This commit is contained in:
Michael H. Oshita 2016-04-08 23:54:24 +09:00 committed by Paul Stack
parent 2d3a0c9c64
commit 786cc45d5f
1 changed files with 7 additions and 0 deletions

View File

@ -77,3 +77,10 @@ The following arguments are supported:
* `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).
* `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).
* `unit` - (Optional) The unit for the alarm's associated metric.
## Attributes Reference
The following attributes are exported:
* `id` - The ID of the health check