environment

@JvmName(name = "xneadtbhnmqevjnn")
suspend fun environment(value: Output<List<PipeBatchEnvironmentVariableArgs>>)
@JvmName(name = "kvvdlkudlajvddaw")
suspend fun environment(value: List<PipeBatchEnvironmentVariableArgs>?)

Parameters

value

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.


@JvmName(name = "aqqdhnctmrrxorsw")
suspend fun environment(vararg values: Output<PipeBatchEnvironmentVariableArgs>)


@JvmName(name = "ungriondyjoiqdyt")
suspend fun environment(values: List<Output<PipeBatchEnvironmentVariableArgs>>)
@JvmName(name = "kuyqcorsuhaytxrk")
suspend fun environment(vararg values: PipeBatchEnvironmentVariableArgs)

Parameters

values

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.


@JvmName(name = "wybedcoaleficutg")
suspend fun environment(argument: List<suspend PipeBatchEnvironmentVariableArgsBuilder.() -> Unit>)
@JvmName(name = "nfjsplbvepbslxva")
suspend fun environment(vararg argument: suspend PipeBatchEnvironmentVariableArgsBuilder.() -> Unit)
@JvmName(name = "opjeiehdidcwgqtg")
suspend fun environment(argument: suspend PipeBatchEnvironmentVariableArgsBuilder.() -> Unit)

Parameters

argument

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.