Returns 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.
cloudtrail_describe_query(
EventDataStore = NULL,
QueryId = NULL,
QueryAlias = NULL,
RefreshId = NULL,
EventDataStoreOwnerAccountId = NULL
)
The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
The query ID.
The alias that identifies a query template.
The ID of the dashboard refresh.
The account ID of the event data store owner.