versions

@JvmName(name = "sirdenkeeepixikc")
suspend fun versions(value: Output<List<FunctionSecretVolumeVersionArgs>>)
@JvmName(name = "qgxukhduilbwcfng")
suspend fun versions(value: List<FunctionSecretVolumeVersionArgs>?)

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 = "jvlbyqupwxpxpjiu")
suspend fun versions(vararg values: Output<FunctionSecretVolumeVersionArgs>)


@JvmName(name = "cjwjuqtrssxybqdd")
suspend fun versions(values: List<Output<FunctionSecretVolumeVersionArgs>>)
@JvmName(name = "qdsbaoahfvkeadhn")
suspend fun versions(vararg values: FunctionSecretVolumeVersionArgs)

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 = "ifhfcedjvfmatpxd")
suspend fun versions(argument: List<suspend FunctionSecretVolumeVersionArgsBuilder.() -> Unit>)
@JvmName(name = "tpwjxoiwdyouebsb")
suspend fun versions(vararg argument: suspend FunctionSecretVolumeVersionArgsBuilder.() -> Unit)
@JvmName(name = "cwrnwgpoxkcnokci")
suspend fun versions(argument: suspend FunctionSecretVolumeVersionArgsBuilder.() -> 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.