com.pulumi.gcp.cloudbuild.kotlin.inputs.TriggerBuildSecretArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.cloudbuild.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.cloudbuild.inputs.TriggerBuildSecretArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property kmsKeyName Cloud KMS key name to use to decrypt these envs.
* @property secretEnv 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.
*/
public data class TriggerBuildSecretArgs(
public val kmsKeyName: Output,
public val secretEnv: Output
© 2015 - 2024 Weber Informatics LLC | Privacy Policy