This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Update documentation describing CloudWatch put_metric_alarm
behavior for create vs update operations
#27
Labels
documentation
Improvements or additions to documentation
Aws::CloudWatch::Client#put_metric_alarm
supports atags
field, but it only works when the alarm does not already exist. The tags field is ignored when updating the alarm.To update tags on an existing alarm,
Aws::CloudWatch::Client#tag_resource
andAws::CloudWatch::Client#untag_resource
are requiredThe documentation should be updated to reflect that
tags
are not updated when the alarm already exists.related: aws/aws-sdk-ruby#2408
The text was updated successfully, but these errors were encountered: