cloudtrail_describe_query {paws.management} | R Documentation |
Returns metadata about a query, including query run time in milliseconds, number of events scanned and matched, and query status
Description
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.
Usage
cloudtrail_describe_query(
EventDataStore = NULL,
QueryId = NULL,
QueryAlias = 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. |
[Package paws.management version 0.7.0 Index]