ssmincidents_update_timeline_event: Updates a timeline event

View source: R/ssmincidents_operations.R

ssmincidents_update_timeline_eventR Documentation

Updates a timeline event

Description

Updates a timeline event. You can update events of type ⁠Custom Event⁠.

See https://www.paws-r-sdk.com/docs/ssmincidents_update_timeline_event/ for full documentation.

Usage

ssmincidents_update_timeline_event(
  clientToken = NULL,
  eventData = NULL,
  eventId,
  eventReferences = NULL,
  eventTime = NULL,
  eventType = NULL,
  incidentRecordArn
)

Arguments

clientToken

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

eventData

A short description of the event.

eventId

[required] The ID of the event to update. You can use list_timeline_events to find an event's ID.

eventReferences

Updates all existing references in a TimelineEvent. A reference is an Amazon Web Services resource involved or associated with the incident. To specify a reference, enter its Amazon Resource Name (ARN). You can also specify a related item associated with that resource. For example, to specify an Amazon DynamoDB (DynamoDB) table as a resource, use its ARN. You can also specify an Amazon CloudWatch metric associated with the DynamoDB table as a related item.

This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references.

eventTime

The time that the event occurred.

eventType

The type of event. You can update events of type ⁠Custom Event⁠.

incidentRecordArn

[required] The Amazon Resource Name (ARN) of the incident that includes the timeline event.


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