paws.management (version 0.1.0)

cloudwatchlogs_stop_query: Stops a CloudWatch Logs Insights query that is in progress

Description

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.

Usage

cloudwatchlogs_stop_query(queryId)

Arguments

queryId

[required] The ID number of the query to stop. If necessary, you can use DescribeQueries to find this ID number.

Request syntax

svc$stop_query(
  queryId = "string"
)