cloudwatch_delete_alarms {paws.management} | R Documentation |
Deletes the specified alarms
Description
Deletes the specified alarms. You can delete up to 100 alarms in one operation. However, this total can include no more than one composite alarm. For example, you could delete 99 metric alarms and one composite alarms with one operation, but you can't delete two composite alarms with one operation.
See https://www.paws-r-sdk.com/docs/cloudwatch_delete_alarms/ for full documentation.
Usage
cloudwatch_delete_alarms(AlarmNames)
Arguments
AlarmNames |
[required] The alarms to be deleted. Do not enclose the alarm names in quote marks. |
[Package paws.management version 0.9.0 Index]