ssmincidents_list_timeline_events: Lists timeline events for the specified incident record

View source: R/ssmincidents_operations.R

ssmincidents_list_timeline_eventsR Documentation

Lists timeline events for the specified incident record

Description

Lists 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:

  • 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.

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 to continue to the next page of results.

sortBy

Sort timeline events by the specified key value pair.

sortOrder

Sorts the order of timeline events by the value specified in the sortBy field.


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