cloudtrail_cancel_query {paws.management} | R Documentation |
Cancels a query if the query is not in a terminated state, such as CANCELLED, FAILED, TIMED_OUT, or FINISHED
Description
Cancels a query if the query is not in a terminated state, such as CANCELLED
, FAILED
, TIMED_OUT
, or FINISHED
. You must specify an ARN value for EventDataStore
. The ID of the query that you want to cancel is also required. When you run cancel_query
, the query status might show as CANCELLED
even if the operation is not yet finished.
See https://www.paws-r-sdk.com/docs/cloudtrail_cancel_query/ for full documentation.
Usage
cloudtrail_cancel_query(
EventDataStore = NULL,
QueryId,
EventDataStoreOwnerAccountId = NULL
)
Arguments
EventDataStore |
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running. |
QueryId |
[required] The ID of the query that you want to cancel. The |
EventDataStoreOwnerAccountId |
The account ID of the event data store owner. |
[Package paws.management version 0.9.0 Index]