Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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. To find this ID number, use describe_queries.

Value

A list with the following syntax:

list(
  success = TRUE|FALSE
)

Request syntax

svc$stop_query(
  queryId = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.