Stop Query
cloudwatchinternetmonitor_stop_query | R Documentation |
Stop a query that is progress for a specific monitor¶
Description¶
Stop a query that is progress for a specific monitor.
Usage¶
cloudwatchinternetmonitor_stop_query(MonitorName, QueryId)
Arguments¶
MonitorName |
[required] The name of the monitor. |
QueryId |
[required] The ID of the query that you want to stop. A
|
Value¶
An empty list.
Request syntax¶
svc$stop_query(
MonitorName = "string",
QueryId = "string"
)