ServiceTemplateContainerEnvValueSourceSecretKeyRefArgs

data class ServiceTemplateContainerEnvValueSourceSecretKeyRefArgs(val secret: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<ServiceTemplateContainerEnvValueSourceSecretKeyRefArgs>

Constructors

constructor(secret: Output<String>, version: Output<String>? = null)

Properties

Link copied to clipboard
val secret: Output<String>

The name of the secret in Cloud Secret Manager. Format: {secretName} if the secret is in the same project. projects/{project}/secrets/{secretName} if the secret is in a different project.

Link copied to clipboard
val version: Output<String>? = null

The Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.

Functions

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