environment

@JvmName(name = "yaexvynqhtlodjju")
suspend fun environment(value: Output<Map<String, String>>)
@JvmName(name = "bwsfukylntkgnsvb")
suspend fun environment(value: Map<String, String>?)

Parameters

value

Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Depending on the recipe Type, the structure may be different.


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

Parameters

values

Any other builder-controlled inputs necessary for correctly evaluating the recipe. Usually only needed for reproducing the build but not evaluated as part of policy. Depending on the recipe Type, the structure may be different.