variables

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

Parameters

value

A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: `[A-Za-z0-9-&#46;_~:/?#&=,]+`.


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

Parameters

values

A map (string-to-string map) that defines the stage variables, where the variable name is the key and the variable value is the value. Variable names are limited to alphanumeric characters. Values must match the following regular expression: `[A-Za-z0-9-&#46;_~:/?#&=,]+`.