AwsEcsTaskDetails

Provides details about a task in a cluster.

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 task.

Link copied to clipboard

The containers that are associated with the task.

Link copied to clipboard

The Unix timestamp for the time when the task was created. More specifically, it's for the time when the task entered the PENDING state.

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. More specifically, it's for the time when the task transitioned from the PENDING state to the RUNNING state.

Link copied to clipboard

The tag specified when a task is started. If an Amazon ECS service started the task, the startedBy parameter contains the deployment ID of that service.

Link copied to clipboard

The ARN of the task definition that creates the task.

Link copied to clipboard

The version counter for the task.

Link copied to clipboard

Details about the data volume that is used in a task definition.

Functions

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