ChangeEvent

A structure that contains information about a change event that occurred for a service, such as a deployment or configuration change.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services account ID where this change event occurred.

Link copied to clipboard

The type of change event that occurred, such as DEPLOYMENT.

Link copied to clipboard

The entity (service or resource) that was affected by this change event, including its key attributes.

Link copied to clipboard

A unique identifier for this change event.

Link copied to clipboard

The name or description of this change event.

Link copied to clipboard

The Amazon Web Services region where this change event occurred.

Link copied to clipboard

The timestamp when this change event occurred. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.

Link copied to clipboard

The name of the user who initiated this change event, if available.

Functions

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