environment

@JvmName(name = "karmcadbadkhwdry")
suspend fun environment(value: Output<List<Map<String, String>>>)
@JvmName(name = "rrxvrargkgnducco")
suspend fun environment(value: List<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. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".


@JvmName(name = "pdnhpiutsjesgktq")
suspend fun environment(vararg values: Output<Map<String, String>>)


@JvmName(name = "vmnxnbovijerqwak")
suspend fun environment(values: List<Output<Map<String, String>>>)
@JvmName(name = "iwjfdilmegiwputl")
suspend fun environment(vararg values: Map<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. Since the environment field can greatly vary in structure, depending on the builder and recipe type, this is of form "Any".