-
Notifications
You must be signed in to change notification settings - Fork 343
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
new module: cloudwatch_metric_alarm_info #988
new module: cloudwatch_metric_alarm_info #988
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@mandar242 Can you please open a PR (tagged as DNM) in community.aws that tries using this module in the cloudwatch_metric_alarm tests? You'll need to put a Depends-On in the PR description to use this PR in the test pipeline. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@jillr opened a PR as suggested, seem to work fine :) |
8899172
to
b33f2ac
Compare
9ae89ae
to
a812e02
Compare
recheck |
This comment was marked as outdated.
This comment was marked as outdated.
recheck |
|
SUMMARY
Depends-On: #1066
Should be merged only after #1028 is merged.
Adding a new module for retrieving cloudwatch metric alarms info.
Currently supports following boto API(s)
describe_alarms()
ISSUE TYPE
COMPONENT NAME
cloudwatch_metric_alarm_info
ADDITIONAL INFORMATION
Will be useful in moving these tasks from
aws cli
commands toamazon.aws module
.https://github.com/ansible-collections/community.aws/blob/main/tests/integration/targets/cloudwatch_metric_alarm/tasks/main.yml#L63-L70
ansible-collections/community.aws#1440
The integration tests for this info module will be added to above tests, after the
cloudwatch_metric_alarm
module is migrated from community.aws to amazon.aws.Sample playbook