Pipe Target Parameters Batch Job Parameters Container Overrides
data class PipeTargetParametersBatchJobParametersContainerOverrides(val commands: List<String>? = null, val environments: List<PipeTargetParametersBatchJobParametersContainerOverridesEnvironment>? = null, val instanceType: String? = null, val resourceRequirements: List<PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement>? = null)
Constructors
Link copied to clipboard
fun PipeTargetParametersBatchJobParametersContainerOverrides(commands: List<String>? = null, environments: List<PipeTargetParametersBatchJobParametersContainerOverridesEnvironment>? = null, instanceType: String? = null, resourceRequirements: List<PipeTargetParametersBatchJobParametersContainerOverridesResourceRequirement>? = null)
Types
Properties
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