Optional
envUUID of the job definition.
Optional
path?: stringPath of the secret to mount inside the job (either path
or env_var_name
must be set).
One-of ('secretConfig'): at most one of 'path', 'envVarName' could be set.
Optional
region?: RegionRegion to target. If none is passed will use default region from the config.
UUID of the secret reference within the job.
Optional
secretVersion of the secret in Secret Manager.
Environment variable name used to expose the secret inside the job (either
path
orenv_var_name
must be set).One-of ('secretConfig'): at most one of 'path', 'envVarName' could be set.