variables

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

Parameters

value

Environment variable key-value pairs. For more information, see Using Lambda environment variables. If the value of the environment variable is a time or a duration, enclose the value in quotes.


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

Parameters

values

Environment variable key-value pairs. For more information, see Using Lambda environment variables. If the value of the environment variable is a time or a duration, enclose the value in quotes.