secretEnvs

@JvmName(name = "fvefpepbhviobceq")
suspend fun secretEnvs(value: Output<List<String>>)
@JvmName(name = "kcvqkbentbmvbufm")
suspend fun secretEnvs(value: List<String>?)

Parameters

value

A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's Secret. These variables will be available to all build steps in this build.


@JvmName(name = "wgoiimjqdbenevcd")
suspend fun secretEnvs(vararg values: Output<String>)


@JvmName(name = "plqlnoecydpxtmwj")
suspend fun secretEnvs(values: List<Output<String>>)
@JvmName(name = "aqhtarfmbbhndmhu")
suspend fun secretEnvs(vararg values: String)

Parameters

values

A list of global environment variables, which are encrypted using a Cloud Key Management Service crypto key. These values must be specified in the build's Secret. These variables will be available to all build steps in this build.