variables

@JvmName(name = "smphpojsmrvsckvh")
suspend fun variables(value: Output<Map<String, String>>)
@JvmName(name = "cqtbotrbepriohut")
suspend fun variables(value: Map<String, String>?)

Parameters

value

Map of environment variables that are accessible from the function code during execution. If provided at least one key must be present.


@JvmName(name = "btlrfevvbwciqawf")
fun variables(vararg values: Pair<String, String>)

Parameters

values

Map of environment variables that are accessible from the function code during execution. If provided at least one key must be present.