secretEnv

@JvmName(name = "loyrpsrhmxbujrof")
suspend fun secretEnv(value: Output<List<String>>)
@JvmName(name = "ibcbxkkfgopbajgf")
suspend fun secretEnv(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 = "sluqyiymsqstfdni")
suspend fun secretEnv(vararg values: Output<String>)


@JvmName(name = "ascxprnqgteihads")
suspend fun secretEnv(values: List<Output<String>>)
@JvmName(name = "mrmgwadtirwdqcnr")
suspend fun secretEnv(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.