DeploymentEvent

An object that describes a deployment event.

Types

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

Properties

Link copied to clipboard

The list of extensions that were invoked as part of the deployment.

Link copied to clipboard

A description of the deployment event. Descriptions include, but are not limited to, the following:

Link copied to clipboard

The type of deployment event. Deployment event types include the start, stop, or completion of a deployment; a percentage update; the start or stop of a bake period; and the start or completion of a rollback.

Link copied to clipboard

The date and time the event occurred.

Link copied to clipboard

The entity that triggered the deployment event. Events can be triggered by a user, AppConfig, an Amazon CloudWatch alarm, or an internal error.

Functions

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