Pipe Ecs Task Override Args
data class PipeEcsTaskOverrideArgs(val containerOverrides: Output<List<PipeEcsContainerOverrideArgs>>? = null, val cpu: Output<String>? = null, val ephemeralStorage: Output<PipeEcsEphemeralStorageArgs>? = null, val executionRoleArn: Output<String>? = null, val inferenceAcceleratorOverrides: Output<List<PipeEcsInferenceAcceleratorOverrideArgs>>? = null, val memory: Output<String>? = null, val taskRoleArn: Output<String>? = null) : ConvertibleToJava<PipeEcsTaskOverrideArgs>
Constructors
Link copied to clipboard
constructor(containerOverrides: Output<List<PipeEcsContainerOverrideArgs>>? = null, cpu: Output<String>? = null, ephemeralStorage: Output<PipeEcsEphemeralStorageArgs>? = null, executionRoleArn: Output<String>? = null, inferenceAcceleratorOverrides: Output<List<PipeEcsInferenceAcceleratorOverrideArgs>>? = null, memory: Output<String>? = null, taskRoleArn: Output<String>? = null)
Properties
Link copied to clipboard
One or more container overrides that are sent to a task.
Link copied to clipboard
The ephemeral storage setting override for the task.
Link copied to clipboard
The Amazon Resource Name (ARN) of the task execution IAM role override for the task. For more information, see Amazon ECS task execution IAM role in the Amazon Elastic Container Service Developer Guide .
Link copied to clipboard
The Elastic Inference accelerator override for the task.
Link copied to clipboard
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. For more information, see IAM Role for Tasks in the Amazon Elastic Container Service Developer Guide .