substitutions

@JvmName(name = "ralntuttrvnrbtaj")
suspend fun substitutions(value: Output<Map<String, String>>)
@JvmName(name = "aknqsccnhadyksmq")
suspend fun substitutions(value: Map<String, String>?)

Parameters

value

Substitutions for Build resource. The keys must match the following regular expression: ^_[A-Z0-9_]+$.


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

Parameters

values

Substitutions for Build resource. The keys must match the following regular expression: ^_[A-Z0-9_]+$.