OperationEvent

An operation event returns details for an operation, including key milestones which can be used to monitor and track operations in progress.

Operation events contain:

  • Description string

  • Resource, including its ARN and type

  • Status

  • StatusMessage string

  • TimeStamp

Operation event examples include StartApplication or StopApplication.

Types

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

Properties

Link copied to clipboard

A description of the operation event. For example, "Stop the EC2 instance i-abcdefgh987654321".

Link copied to clipboard

The resource involved in the operations event.

Link copied to clipboard

The status of the operation event. The possible statuses are: IN_PROGRESS, COMPLETED, and FAILED.

Link copied to clipboard

The status message relating to a specific operation event.

Link copied to clipboard

The timestamp of the specified operation event.

Functions

Link copied to clipboard
inline fun copy(block: OperationEvent.Builder.() -> Unit = {}): OperationEvent
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