PipeTargetParametersEcsTaskParametersOverrides

data class PipeTargetParametersEcsTaskParametersOverrides(val containerOverrides: List<PipeTargetParametersEcsTaskParametersOverridesContainerOverride>? = null, val cpu: String? = null, val ephemeralStorage: PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage? = null, val executionRoleArn: String? = null, val inferenceAcceleratorOverrides: List<PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride>? = null, val memory: String? = null, val taskRoleArn: String? = null)

Constructors

constructor(containerOverrides: List<PipeTargetParametersEcsTaskParametersOverridesContainerOverride>? = null, cpu: String? = null, ephemeralStorage: PipeTargetParametersEcsTaskParametersOverridesEphemeralStorage? = null, executionRoleArn: String? = null, inferenceAcceleratorOverrides: List<PipeTargetParametersEcsTaskParametersOverridesInferenceAcceleratorOverride>? = null, memory: String? = null, taskRoleArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more container overrides that are sent to a task. Detailed below.

Link copied to clipboard
val cpu: String? = null

The number of cpu units reserved for the container, instead of the default value from the task definition. You must also specify a container name.

Link copied to clipboard

The ephemeral storage setting override for the task. Detailed below.

Link copied to clipboard

The Amazon Resource Name (ARN) of the task execution IAM role override for the task.

Link copied to clipboard

List of Elastic Inference accelerator overrides for the task. Detailed below.

Link copied to clipboard
val memory: String? = null

The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition. If your container attempts to exceed the memory specified here, the container is killed. You must also specify a container name.

Link copied to clipboard
val taskRoleArn: String? = null

The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role.