FunctionServiceConfigSecretVolumeVersionArgs

data class FunctionServiceConfigSecretVolumeVersionArgs(val path: Output<String>, val version: Output<String>) : ConvertibleToJava<FunctionServiceConfigSecretVolumeVersionArgs>

Constructors

fun FunctionServiceConfigSecretVolumeVersionArgs(path: Output<String>, version: Output<String>)

Functions

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

Properties

Link copied to clipboard
val path: Output<String>

Relative path of the file under the mount path where the secret value for this version will be fetched and made available. For example, setting the mountPath as '/etc/secrets' and path as secret_foo would mount the secret value file at /etc/secrets/secret_foo.

Link copied to clipboard
val version: Output<String>

Version of the secret (version number or the string 'latest'). It is preferable to use latest version with secret volumes as secret value changes are reflected immediately.