View source: R/ssmincidents_operations.R
ssmincidents_list_timeline_events | R Documentation |
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 |
Filters the timeline events based on the provided conditional values. You can filter timeline events with the following keys:
Note the following when deciding how to use Filters:
|
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.