versions

@JvmName(name = "ukvjhqxfqlxmqqvj")
suspend fun versions(value: Output<List<FunctionServiceConfigSecretVolumeVersionArgs>>)
@JvmName(name = "jdrtyloecxnsasqy")
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 = "wjvhyuoutvogyucr")
suspend fun versions(vararg values: Output<FunctionServiceConfigSecretVolumeVersionArgs>)


@JvmName(name = "ctbafvsbwlxnjsux")
suspend fun versions(values: List<Output<FunctionServiceConfigSecretVolumeVersionArgs>>)
@JvmName(name = "xeeutosjmjucggnl")
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 = "ojjqlcxinmhwgwsa")
suspend fun versions(argument: List<suspend FunctionServiceConfigSecretVolumeVersionArgsBuilder.() -> Unit>)
@JvmName(name = "xpmivugfbjlwmcuu")
suspend fun versions(vararg argument: suspend FunctionServiceConfigSecretVolumeVersionArgsBuilder.() -> Unit)
@JvmName(name = "cshrqjoerovbisfp")
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.