LastUpdate

Describes the status of the last update on the environment, and any errors that were encountered.

Types

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

Properties

Link copied to clipboard

The day and time of the last update on the environment.

Link copied to clipboard

The error that was encountered during the last update of the environment.

Link copied to clipboard

The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.

Link copied to clipboard

The status of the last update on the environment.

Link copied to clipboard

The worker replacement strategy used in the last update of the environment.

Functions

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