cloudtrail_lookup_events: Looks up management events or CloudTrail Insights events that...

View source: R/cloudtrail_operations.R

cloudtrail_lookup_eventsR Documentation

Looks up management events or CloudTrail Insights events that are captured by CloudTrail

Description

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. Lookup supports the following attributes for management events:

See https://www.paws-r-sdk.com/docs/cloudtrail_lookup_events/ for full documentation.

Usage

cloudtrail_lookup_events(
  LookupAttributes = NULL,
  StartTime = NULL,
  EndTime = NULL,
  EventCategory = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

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 insight as the value of EventCategory, no Insights events are returned.

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.


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