View source: R/cloudtrail_operations.R
cloudtrail_lookup_events | R Documentation |
Looks up management events or CloudTrail Insights events that are captured by CloudTrail. You can look up events that occurred in a Region within the last 90 days.
See https://www.paws-r-sdk.com/docs/cloudtrail_lookup_events/ for full documentation.
cloudtrail_lookup_events(
LookupAttributes = NULL,
StartTime = NULL,
EndTime = NULL,
EventCategory = NULL,
MaxResults = NULL,
NextToken = NULL
)
LookupAttributes |
Contains a list of lookup attributes. Currently the list can contain only one item. |
StartTime |
Specifies that only events that occur after or at the specified time are returned. If the specified start time is after the specified end time, an error is returned. |
EndTime |
Specifies that only events that occur before or at the specified time are returned. If the specified end time is before the specified start time, an error is returned. |
EventCategory |
Specifies the event category. If you do not specify an event category,
events of the category are not returned in the response. For example, if
you do not specify |
MaxResults |
The number of events to return. Possible values are 1 through 50. The default is 50. |
NextToken |
The token to use to get the next page of results after a previous API call. This token must be passed in with the same parameters that were specified in the original call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.