Skip to content

Commit 56284ea

Browse files
pshimaradeksimko
authored andcommitted
Add a link to the cloudwatch dimensions aws page in the docs (hashicorp#7325)
1 parent 0857b13 commit 56284ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following arguments are supported:
7373
* `actions_enabled` - (Optional) Indicates whether or not actions should be executed during any changes to the alarm's state. Defaults to `true`.
7474
* `alarm_actions` - (Optional) The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Number (ARN).
7575
* `alarm_description` - (Optional) The description for the alarm.
76-
* `dimensions` - (Optional) The dimensions for the alarm's associated metric.
76+
* `dimensions` - (Optional) The dimensions for the alarm's associated metric. For the list of available dimensions see the AWS documentation [here](http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).
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.

0 commit comments

Comments
 (0)