ContainerTaskConfiguration

Configuration for a container task, including the container image, IAM role, and compute settings.

Types

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

Properties

Link copied to clipboard

The command to execute in the container.

Link copied to clipboard

The Amazon ECR image URI for the task container.

Link copied to clipboard

Environment variables passed to the container at runtime.

Link copied to clipboard

Ephemeral storage configuration for the container task.

Link copied to clipboard

Mounts attached to the container filesystem. Each mount exposes an external data source as a local directory inside the container. The service assigns each mount a container path based on the mount name. The container reads files through that path as if the data were on the local filesystem.

Link copied to clipboard

The processing type for compute resources.

Link copied to clipboard

The processing unit allocation that determines the vCPU, memory, and GPU resources.

Link copied to clipboard

The ARN of the IAM role that grants the containerized workload permissions to access AWS resources.

Link copied to clipboard

The timeout in seconds for task execution. Default: 3600 (1 hour).

Functions

Link copied to clipboard
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