cloudtrail_describe_query: Returns metadata about a query, including query run time in...

View source: R/cloudtrail_operations.R

cloudtrail_describe_queryR 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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.