Inline Secret Args
data class InlineSecretArgs(val envMap: Output<Map<String, String>>? = null, val kmsKeyName: Output<String>? = null) : ConvertibleToJava<InlineSecretArgs>
Pairs a set of secret environment variables mapped to encrypted values with the Cloud KMS key to use to decrypt the value.
Constructors
Link copied to clipboard
fun InlineSecretArgs(envMap: Output<Map<String, String>>? = null, kmsKeyName: Output<String>? = null)