environment

@JvmName(name = "xwavabutovebjqxj")
suspend fun environment(value: Output<List<Map<String, String>>>)
@JvmName(name = "xmidevhbvgcaaqsk")
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.


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


@JvmName(name = "pscmjtbfonyqenln")
suspend fun environment(values: List<Output<Map<String, String>>>)
@JvmName(name = "wirgikggdvvffili")
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.