DaemonDeployment

Information about a daemon deployment. A daemon deployment orchestrates the progressive rollout of daemon task updates across container instances.

Types

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

Properties

Link copied to clipboard

The CloudWatch alarms that determine when a daemon deployment fails.

Link copied to clipboard

The circuit breaker configuration that determines when a daemon deployment has failed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the cluster that hosts the daemon.

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The time the daemon deployment was created. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Link copied to clipboard

The Amazon Resource Name (ARN) of the daemon deployment.

Link copied to clipboard

The deployment configuration used for this daemon deployment.

Link copied to clipboard
val finishedAt: <Error class: unknown class>?

The time the daemon deployment finished. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Link copied to clipboard

The rollback options for the daemon deployment.

Link copied to clipboard

The currently deployed daemon revisions that are being replaced.

Link copied to clipboard
val startedAt: <Error class: unknown class>?

The time the daemon deployment started. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Link copied to clipboard

The status of the daemon deployment.

Link copied to clipboard

Information about why the daemon deployment is in the current status.

Link copied to clipboard
val stoppedAt: <Error class: unknown class>?

The time the daemon deployment stopped. The format is yyyy-MM-dd HH:mm:ss.SSSSSS.

Link copied to clipboard

The daemon revision being deployed.

Functions

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