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

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