variables

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

Parameters

value

Environment variable key-value pairs. For more information, see Using Lambda environment variables.


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

Parameters

values

Environment variable key-value pairs. For more information, see Using Lambda environment variables.