v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1429177134.2 KB

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.

post/createTimelineEvent

Request body

clientTokenstring

A token that ensures that a client calls the action only once with the specified details.

eventDatastring required

A short description of the event.

eventTimestring date-time required

The time that the event occurred.

eventTypestring required

The type of event. You can create timeline events of type <code>Custom Event</code>.

incidentRecordArnstring required

The Amazon Resource Name (ARN) of the incident record that the action adds the incident to.

Response

Success

eventIdstring required

The ID of the event for easy reference later.

incidentRecordArnstring required

The ARN of the incident record that you added the event to.