-
-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloudwatch Alarms #484
Comments
👋 I took a look and I think it might be supported, can you confirm if https://github.com/sous-chefs/aws/blob/v8.3.1/resources/cloudwatch.rb#L6 |
Thanks for your answer, but no. Using
Thanks again! |
I see; it looks like we would need to add |
I would be happy to help. Can I contribute using the guidelines found here : https://github.com/chef-cookbooks/community_cookbook_documentation/blob/main/CONTRIBUTING.MD ? |
🙍 Problem Statement
I'm currently changing the way I'm creating alarms in AWS Cloudwatch. I was using the AWS CLI but now I want to use this cookbook.
The problem I have is that when I was creating alarms using CLI, I could set the value for "Missing data treatment" using this parameter here :
--treat-missing-data breaching
It does not seem to be possible right now using the latest cookbook's version.
❔ Possible Solution
Maybe just adding a new property for the resource and use that property when creating the alarm.
Thanks for your help.
The text was updated successfully, but these errors were encountered: