TriggerBuildSecretArgs

data class TriggerBuildSecretArgs(val kmsKeyName: Output<String>, val secretEnv: Output<Map<String, String>>? = null) : ConvertibleToJava<TriggerBuildSecretArgs>

Constructors

Link copied to clipboard
constructor(kmsKeyName: Output<String>, secretEnv: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val kmsKeyName: Output<String>

Cloud KMS key name to use to decrypt these envs.

Link copied to clipboard
val secretEnv: Output<Map<String, String>>? = null

Map of environment variable name to its encrypted value. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step. Values can be at most 64 KB in size. There can be at most 100 secret values across all of a build's secrets.

Functions

Link copied to clipboard
open override fun toJava(): TriggerBuildSecretArgs