ssmincidents_create_timeline_event {paws.management} | R Documentation |
Creates a custom timeline event on the incident details page of an incident record
Description
Creates a custom timeline event on the incident details page of an incident record. Incident Manager automatically creates timeline events that mark key moments during an incident. You can create custom timeline events to mark important events that Incident Manager can detect automatically.
See https://www.paws-r-sdk.com/docs/ssmincidents_create_timeline_event/ for full documentation.
Usage
ssmincidents_create_timeline_event(
clientToken = NULL,
eventData,
eventReferences = NULL,
eventTime,
eventType,
incidentRecordArn
)
Arguments
clientToken |
A token that ensures that a client calls the action only once with the specified details. |
eventData |
[required] A short description of the event. |
eventReferences |
Adds one or more references to the |
eventTime |
[required] The timestamp for when the event occurred. |
eventType |
[required] The type of event. You can create timeline events of type To make a Note-type event appear on the Incident notes panel in the
console, specify |
incidentRecordArn |
[required] The Amazon Resource Name (ARN) of the incident record that the action adds the incident to. |