env
Parameters
value
The environment variables to pass to a container.
Environment variables cannot start with "
AWS_BATCH
". This naming convention is reserved for variables that AWS Batch sets.
Parameters
values
The environment variables to pass to a container.
Environment variables cannot start with "
AWS_BATCH
". This naming convention is reserved for variables that AWS Batch sets.
suspend fun env(argument: List<suspend JobDefinitionEksContainerEnvironmentVariableArgsBuilder.() -> Unit>)
suspend fun env(vararg argument: suspend JobDefinitionEksContainerEnvironmentVariableArgsBuilder.() -> Unit)
suspend fun env(argument: suspend JobDefinitionEksContainerEnvironmentVariableArgsBuilder.() -> Unit)
Parameters
argument
The environment variables to pass to a container.
Environment variables cannot start with "
AWS_BATCH
". This naming convention is reserved for variables that AWS Batch sets.