Lists timeline events for the specified incident record
Source:R/ssmincidents_operations.R
ssmincidents_list_timeline_events.RdLists timeline events for the specified incident record.
See https://www.paws-r-sdk.com/docs/ssmincidents_list_timeline_events/ for full documentation.
Usage
ssmincidents_list_timeline_events(
filters = NULL,
incidentRecordArn,
maxResults = NULL,
nextToken = NULL,
sortBy = NULL,
sortOrder = NULL
)Arguments
- filters
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
eventReferenceeventTimeeventType
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.
- incidentRecordArn
[required] The Amazon Resource Name (ARN) of the incident that includes the timeline event.
- maxResults
The maximum number of results per page.
- nextToken
The pagination token for the next set of items to return. (You received this token from a previous call.)
- sortBy
Sort timeline events by the specified key value pair.
- sortOrder
Sorts the order of timeline events by the value specified in the
sortByfield.