Update cloudwatch_metric_alarm.html.markdown

Added a link to the AWS docs for list of supported namespaces.
This commit is contained in:
Nathaniel 2016-01-11 13:54:41 -08:00
parent 79a72aff9e
commit d6b9dc37e7
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ The following arguments are supported:
* `evaluation_periods` - (Required) The number of periods over which data is compared to the specified threshold.
* `metric_name` - (Required) The name for the alarm's associated metric.
See docs for [supported metrics](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).
* `namespace` - (Required) The namespace for the alarm's associated metric.
* `namespace` - (Required) The namespace for the alarm's associated metric. See docs for the [list of namespaces](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/aws-namespaces.html).
* `period` - (Required) The period in seconds over which the specified `statistic` is applied.
* `statistic` - (Required) The statistic to apply to the alarm's associated metric.
Either of the following is supported: `SampleCount`, `Average`, `Sum`, `Minimum`, `Maximum`