envFrom

@JvmName(name = "gmpogkjnfntbykcx")
suspend fun envFrom(value: Output<List<EnvFromSourceArgs>>)
@JvmName(name = "dlfieybcyqsgpxns")
suspend fun envFrom(value: List<EnvFromSourceArgs>?)

Parameters

value

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.


@JvmName(name = "pmpkvugnxlixthcc")
suspend fun envFrom(vararg values: Output<EnvFromSourceArgs>)


@JvmName(name = "lvvctjpprmsucoix")
suspend fun envFrom(values: List<Output<EnvFromSourceArgs>>)
@JvmName(name = "jlfwwmvstbwnguwi")
suspend fun envFrom(vararg values: EnvFromSourceArgs)

Parameters

values

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.


@JvmName(name = "hcnppaxunhvjpjlm")
suspend fun envFrom(argument: List<suspend EnvFromSourceArgsBuilder.() -> Unit>)
@JvmName(name = "supnywijheujitub")
suspend fun envFrom(vararg argument: suspend EnvFromSourceArgsBuilder.() -> Unit)
@JvmName(name = "adracxsqbwsafkqh")
suspend fun envFrom(argument: suspend EnvFromSourceArgsBuilder.() -> Unit)

Parameters

argument

List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.