Delete App Monitor
cloudwatchrum_delete_app_monitor | R Documentation |
Deletes an existing app monitor¶
Description¶
Deletes an existing app monitor. This immediately stops the collection of data.
Usage¶
cloudwatchrum_delete_app_monitor(Name)
Arguments¶
Name |
[required] The name of the app monitor to delete. |
Value¶
An empty list.
Request syntax¶
svc$delete_app_monitor(
Name = "string"
)