volumes

@JvmName(name = "ddfxetchmmwhacal")
suspend fun volumes(value: Output<List<ApplicationScopedVolumeArgs>>)
@JvmName(name = "dlnunbhdmyqbfows")
suspend fun volumes(value: List<ApplicationScopedVolumeArgs>?)

Parameters

value

Volumes to be attached to the container. The lifetime of these volumes is scoped to the application's lifetime.


@JvmName(name = "wywkgphuluudoqgo")
suspend fun volumes(vararg values: Output<ApplicationScopedVolumeArgs>)


@JvmName(name = "xtxcwloqykqjwcyt")
suspend fun volumes(values: List<Output<ApplicationScopedVolumeArgs>>)
@JvmName(name = "hapfvpasodpjojvi")
suspend fun volumes(vararg values: ApplicationScopedVolumeArgs)

Parameters

values

Volumes to be attached to the container. The lifetime of these volumes is scoped to the application's lifetime.


@JvmName(name = "ukuqadhloelccsrp")
suspend fun volumes(argument: List<suspend ApplicationScopedVolumeArgsBuilder.() -> Unit>)
@JvmName(name = "dpkeokxfvyvvwgwo")
suspend fun volumes(vararg argument: suspend ApplicationScopedVolumeArgsBuilder.() -> Unit)
@JvmName(name = "pfqgqtulvjvnhbxe")
suspend fun volumes(argument: suspend ApplicationScopedVolumeArgsBuilder.() -> Unit)

Parameters

argument

Volumes to be attached to the container. The lifetime of these volumes is scoped to the application's lifetime.