environment

@JvmName(name = "vmhrfpydgvakoffm")
suspend fun environment(value: Output<List<JobDefinitionEnvironmentArgs>>)
@JvmName(name = "kqeetycnelcamjey")
suspend fun environment(value: List<JobDefinitionEnvironmentArgs>?)

Parameters

value

The environment variables to pass to a container. This parameter maps to Env in the Create a container section of the Docker Remote API and the --env parameter to docker run .

We don't recommend using plaintext environment variables for sensitive information, such as credential data. Environment variables cannot start with AWS_BATCH . This naming convention is reserved for variables that AWS Batch sets.


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


@JvmName(name = "ufrhdeobxpsfvqwe")
suspend fun environment(values: List<Output<JobDefinitionEnvironmentArgs>>)
@JvmName(name = "gmfiidhcjnvkssfu")
suspend fun environment(vararg values: JobDefinitionEnvironmentArgs)

Parameters

values

The environment variables to pass to a container. This parameter maps to Env in the Create a container section of the Docker Remote API and the --env parameter to docker run .

We don't recommend using plaintext environment variables for sensitive information, such as credential data. Environment variables cannot start with AWS_BATCH . This naming convention is reserved for variables that AWS Batch sets.


@JvmName(name = "qxgujakkhsskwcws")
suspend fun environment(argument: List<suspend JobDefinitionEnvironmentArgsBuilder.() -> Unit>)
@JvmName(name = "wyuipyqcpsjjuqlm")
suspend fun environment(vararg argument: suspend JobDefinitionEnvironmentArgsBuilder.() -> Unit)
@JvmName(name = "rwaltbfgqnkinqhm")
suspend fun environment(argument: suspend JobDefinitionEnvironmentArgsBuilder.() -> Unit)

Parameters

argument

The environment variables to pass to a container. This parameter maps to Env in the Create a container section of the Docker Remote API and the --env parameter to docker run .

We don't recommend using plaintext environment variables for sensitive information, such as credential data. Environment variables cannot start with AWS_BATCH . This naming convention is reserved for variables that AWS Batch sets.