variables

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

Parameters

value

A map that defines the stage variables. Variable names must consist of alphanumeric characters, and the values must match the following regular expression: `[A-Za-z0-9-&#46;_~:/?#&=,]+`.


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

Parameters

values

A map that defines the stage variables. Variable names must consist of alphanumeric characters, and the values must match the following regular expression: `[A-Za-z0-9-&#46;_~:/?#&=,]+`.