Returns metadata about a query, including query run time in milliseconds, number of events scanned and matched, and query status
Source:R/cloudtrail_operations.R
cloudtrail_describe_query.RdReturns metadata about a query, including query run time in milliseconds, number of events scanned and matched, and query status. If the query results were delivered to an S3 bucket, the response also provides the S3 URI and the delivery status.
See https://www.paws-r-sdk.com/docs/cloudtrail_describe_query/ for full documentation.
Usage
cloudtrail_describe_query(
EventDataStore = NULL,
QueryId = NULL,
QueryAlias = NULL,
RefreshId = NULL,
EventDataStoreOwnerAccountId = NULL
)Arguments
- EventDataStore
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
- QueryId
The query ID.
- QueryAlias
The alias that identifies a query template.
- RefreshId
The ID of the dashboard refresh.
- EventDataStoreOwnerAccountId
The account ID of the event data store owner.