Lists timeline events for the specified incident record.
See https://www.paws-r-sdk.com/docs/ssmincidents_list_timeline_events/ for full documentation.
ssmincidents_list_timeline_events(
filters = NULL,
incidentRecordArn,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
eventReference
eventTime
eventType
Note the following when deciding how to use Filters:
If you don't specify a Filter, the response includes all timeline events.
If you specify more than one filter in a single request, the response returns timeline events that match all filters.
If you specify a filter with more than one value, the response returns timeline events that match any of the values provided.
[required] The Amazon Resource Name (ARN) of the incident that includes the timeline event.
The maximum number of results per page.
The pagination token for the next set of items to return. (You received this token from a previous call.)
Sort timeline events by the specified key value pair.
Sorts the order of timeline events by the value specified in the
sortBy
field.