DaemonDetail

The detailed information about a daemon.

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 the daemon is running in.

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

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

Link copied to clipboard

The current daemon revision details, including the running task counts per capacity provider.

Link copied to clipboard

The Amazon Resource Name (ARN) of the daemon.

Link copied to clipboard

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

Link copied to clipboard

The status of the daemon.

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

The Unix timestamp for the time when the daemon was last updated.

Functions

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