EcsTaskDetails

Contains information about the task in an ECS cluster.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the task.

Link copied to clipboard

The containers that's associated with the task.

Link copied to clipboard

The ARN of the task definition that creates the task.

Link copied to clipboard

The name of the task group that's associated with the task.

Link copied to clipboard

The Unix timestamp for the time when the task started.

Link copied to clipboard

Contains the tag specified when a task is started.

Link copied to clipboard
val tags: List<Tag>?

The tags of the ECS Task.

Link copied to clipboard

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

Link copied to clipboard

The version counter for the task.

Link copied to clipboard

The list of data volume definitions for the task.

Functions

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