DaemonRevision

Information about a daemon revision. A daemon revision is a snapshot of the daemon's configuration at the time a deployment was initiated.

Types

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The container images used by the daemon revision.

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

The Unix timestamp for the time when the daemon revision was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the daemon for this revision.

Link copied to clipboard

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

Link copied to clipboard

The Amazon Resource Name (ARN) of the daemon task definition used by this revision.

Link copied to clipboard

Specifies whether Amazon ECS managed tags are turned on for the daemon tasks.

Link copied to clipboard

Specifies whether the execute command functionality is turned on for the daemon tasks.

Link copied to clipboard

Specifies whether tags are propagated from the daemon to the daemon tasks.

Functions

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