Description Usage Arguments Value Request syntax
View source: R/cloudwatchlogs_operations.R
Stops a CloudWatch Logs Insights query that is in progress. If the query has already ended, the operation returns an error indicating that the specified query is not running.
1 | cloudwatchlogs_stop_query(queryId)
|
queryId |
[required] The ID number of the query to stop. To find this ID number, use
|
A list with the following syntax:
1 2 3 |
1 2 3 | svc$stop_query(
queryId = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.