timestreamquery_cancel_query: Cancels a query that has been issued

View source: R/timestreamquery_operations.R

timestreamquery_cancel_queryR Documentation

Cancels a query that has been issued

Description

Cancels a query that has been issued. Cancellation is provided only if the query has not completed running before the cancellation request was issued. Because cancellation is an idempotent operation, subsequent cancellation requests will return a CancellationMessage, indicating that the query has already been canceled. See code sample for details.

See https://www.paws-r-sdk.com/docs/timestreamquery_cancel_query/ for full documentation.

Usage

timestreamquery_cancel_query(QueryId)

Arguments

QueryId

[required] The ID of the query that needs to be cancelled. QueryID is returned as part of the query result.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.