PipeTargetParametersBatchJobParametersContainerOverridesArgs

data class PipeTargetParametersBatchJobParametersContainerOverridesArgs(val commands: Output<List<String>>? = null, val environments: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesEnvironmentArgs>>? = null, val instanceType: Output<String>? = null, val resourceRequirements: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirementArgs>>? = null) : ConvertibleToJava<PipeTargetParametersBatchJobParametersContainerOverridesArgs>

Constructors

constructor(commands: Output<List<String>>? = null, environments: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesEnvironmentArgs>>? = null, instanceType: Output<String>? = null, resourceRequirements: Output<List<PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirementArgs>>? = null)

Properties

Link copied to clipboard
val commands: Output<List<String>>? = null

List of commands to send to the container that overrides the default command from the Docker image or the task definition. You must also specify a container name.

Link copied to clipboard

The environment variables to send to the container. You can add new environment variables, which are added to the container at launch, or you can override the existing environment variables from the Docker image or the task definition. You must also specify a container name. Detailed below.

Link copied to clipboard
val instanceType: Output<String>? = null

The instance type to use for a multi-node parallel job. This parameter isn't applicable to single-node container jobs or jobs that run on Fargate resources, and shouldn't be provided.

Link copied to clipboard

The type and amount of a resource to assign to a container, instead of the default value from the task definition. The only supported resource is a GPU. Detailed below.

Functions

Link copied to clipboard
open override fun toJava(): PipeTargetParametersBatchJobParametersContainerOverridesArgs