View source: R/ssmincidents_operations.R
ssmincidents_create_timeline_event | R Documentation |
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.
ssmincidents_create_timeline_event(
clientToken = NULL,
eventData,
eventReferences = NULL,
eventTime,
eventType,
incidentRecordArn
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.