View source: R/cloudwatch_operations.R
cloudwatch_delete_alarms | R Documentation |
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.
cloudwatch_delete_alarms(AlarmNames)
AlarmNames |
[required] The alarms to be deleted. Do not enclose the alarm names in quote marks. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.