versions

@JvmName(name = "jvuvlschaeacbapu")
suspend fun versions(value: Output<List<FunctionServiceConfigSecretVolumeVersionArgs>>)
@JvmName(name = "kpxaxaewjcbtwwko")
suspend fun versions(value: List<FunctionServiceConfigSecretVolumeVersionArgs>?)

Parameters

value

List of secret versions to mount for this secret. If empty, the latest version of the secret will be made available in a file named after the secret under the mount point.' Structure is documented below.


@JvmName(name = "eqhtgvqhxvftnaho")
suspend fun versions(vararg values: Output<FunctionServiceConfigSecretVolumeVersionArgs>)


@JvmName(name = "cgfqmpxbkwxcapgk")
suspend fun versions(values: List<Output<FunctionServiceConfigSecretVolumeVersionArgs>>)
@JvmName(name = "yqoybkywdbnhftvd")
suspend fun versions(vararg values: FunctionServiceConfigSecretVolumeVersionArgs)

Parameters

values

List of secret versions to mount for this secret. If empty, the latest version of the secret will be made available in a file named after the secret under the mount point.' Structure is documented below.


@JvmName(name = "dlnfvpruehugwmjg")
suspend fun versions(argument: List<suspend FunctionServiceConfigSecretVolumeVersionArgsBuilder.() -> Unit>)
@JvmName(name = "hrmidispdpywcgbb")
suspend fun versions(vararg argument: suspend FunctionServiceConfigSecretVolumeVersionArgsBuilder.() -> Unit)
@JvmName(name = "jksqduxjacwhpdrc")
suspend fun versions(argument: suspend FunctionServiceConfigSecretVolumeVersionArgsBuilder.() -> Unit)

Parameters

argument

List of secret versions to mount for this secret. If empty, the latest version of the secret will be made available in a file named after the secret under the mount point.' Structure is documented below.