Skip to content

/AWS1/CL_CAT=>LISTEVENTLOGS()

About ListEventLogs

Retrieves a list of events that occurred during a specific time in a space. You can use these events to audit user and system activity in a space. For more information, see Monitoring in the Amazon CodeCatalyst User Guide.

ListEventLogs guarantees events for the last 30 days in a given space. You can also view and retrieve a list of management events over the last 90 days for Amazon CodeCatalyst in the CloudTrail console by viewing Event history, or by creating a trail to create and maintain a record of events that extends past 90 days. For more information, see Working with CloudTrail Event History and Working with CloudTrail trails.

Method Signature

IMPORTING

Required arguments:

IV_SPACENAME TYPE /AWS1/CATNAMESTRING /AWS1/CATNAMESTRING

The name of the space.

IV_STARTTIME TYPE /AWS1/CATTIMESTAMP /AWS1/CATTIMESTAMP

The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

IV_ENDTIME TYPE /AWS1/CATTIMESTAMP /AWS1/CATTIMESTAMP

The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Optional arguments:

IV_EVENTNAME TYPE /AWS1/CATSTRING /AWS1/CATSTRING

The name of the event.

IV_NEXTTOKEN TYPE /AWS1/CATSTRING /AWS1/CATSTRING

A token returned from a call to this API to indicate the next batch of results to return, if any.

IV_MAXRESULTS TYPE /AWS1/CATINTEGER /AWS1/CATINTEGER

The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CATLISTEVENTLOGSRSP /AWS1/CL_CATLISTEVENTLOGSRSP