View source: R/cloudtrail_operations.R
cloudtrail_get_query_results | R Documentation |
Gets event data results of a query. You must specify the QueryID
value returned by the start_query
operation.
See https://www.paws-r-sdk.com/docs/cloudtrail_get_query_results/ for full documentation.
cloudtrail_get_query_results(
EventDataStore = NULL,
QueryId,
NextToken = NULL,
MaxQueryResults = NULL
)
EventDataStore |
The ARN (or ID suffix of the ARN) of the event data store against which the query was run. |
QueryId |
[required] The ID of the query for which you want to get results. |
NextToken |
A token you can use to get the next page of query results. |
MaxQueryResults |
The maximum number of query results to display on a single page. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.