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

Functions

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

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.

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. Environment variables cannot start with " AWS Batch ". This naming convention is reserved for variables that AWS Batch sets. 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 resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU, MEMORY, and VCPU. Detailed below.