FunctionServiceConfigSecretEnvironmentVariableArgs

data class FunctionServiceConfigSecretEnvironmentVariableArgs(val key: Output<String>, val projectId: Output<String>, val secret: Output<String>, val version: Output<String>) : ConvertibleToJava<FunctionServiceConfigSecretEnvironmentVariableArgs>

Constructors

constructor(key: Output<String>, projectId: Output<String>, secret: Output<String>, version: Output<String>)

Properties

Link copied to clipboard
val key: Output<String>

Name of the environment variable.

Link copied to clipboard
val projectId: Output<String>

Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret. If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function.

Link copied to clipboard
val secret: Output<String>

Name of the secret in secret manager (not the full resource name).

Link copied to clipboard
val version: Output<String>

Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.

Functions

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