ContainerTaskConfiguration
Configuration for a container task, including the container image, IAM role, and compute settings.
Types
Properties
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
inline fun copy(block: ContainerTaskConfiguration.Builder.() -> Unit = {}): ContainerTaskConfiguration