UpdateTimelineEventRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

A short description of the event.

Link copied to clipboard

The ID of the event to update. You can use ListTimelineEvents to find an event's ID.

Link copied to clipboard

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.

Link copied to clipboard

The timestamp for when the event occurred.

Link copied to clipboard

The type of event. You can update events of type Custom Event and Note.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String