EcsTaskDetails

The details of a task definition that describes the container and volume definitions of an Amazon ECS task.

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 container instance that hosts the task.

Link copied to clipboard

A list of containers that are included in the taskProperties list.

Link copied to clipboard

Determines whether execute command functionality is turned on for this task. If true, execute command functionality is turned on all the containers in the task.

Link copied to clipboard

The amount of ephemeral storage allocated for the task.

Link copied to clipboard

The Amazon Resource Name (ARN) of the execution role that Batch can assume. For more information, see Batch execution IAM role in the Batch User Guide.

Link copied to clipboard

The IPC resource namespace to use for the containers in the task.

Link copied to clipboard

The network configuration for jobs that are running on Fargate resources. Jobs that are running on Amazon EC2 resources must not specify this parameter.

Link copied to clipboard

The process namespace to use for the containers in the task.

Link copied to clipboard

The Fargate platform version where the jobs are running.

Link copied to clipboard

An object that represents the compute environment architecture for Batch jobs on Fargate.

Link copied to clipboard

The ARN of the Amazon ECS task.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that the container can assume for Amazon Web Services permissions. For more information, see IAM roles for tasks in the Amazon Elastic Container Service Developer Guide.

Link copied to clipboard

A list of data volumes used in a job.

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