environment

@JvmName(name = "avnsljtnvvuoofhe")
suspend fun environment(value: Output<List<KeyValuePairArgs>>)
@JvmName(name = "qnlylspknqoaijyo")
suspend fun environment(value: List<KeyValuePairArgs>?)

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` option to docker run. We don't recommend that you use plaintext environment variables for sensitive information, such as credential data.


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


@JvmName(name = "kdneuwiqwpaimgjb")
suspend fun environment(values: List<Output<KeyValuePairArgs>>)
@JvmName(name = "acjypxxtxuhsqknx")
suspend fun environment(vararg values: KeyValuePairArgs)

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` option to docker run. We don't recommend that you use plaintext environment variables for sensitive information, such as credential data.


@JvmName(name = "qyapktklcdxpnovl")
suspend fun environment(argument: List<suspend KeyValuePairArgsBuilder.() -> Unit>)
@JvmName(name = "qssovmrfuxswpkou")
suspend fun environment(vararg argument: suspend KeyValuePairArgsBuilder.() -> Unit)
@JvmName(name = "jpnydlutiohmyfkl")
suspend fun environment(argument: suspend KeyValuePairArgsBuilder.() -> 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` option to docker run. We don't recommend that you use plaintext environment variables for sensitive information, such as credential data.