persistentDirectories

@JvmName(name = "ipeqsjbhuhystivy")
suspend fun persistentDirectories(value: Output<List<WorkstationConfigPersistentDirectoryArgs>>)
@JvmName(name = "eduibmssbaxswisc")
suspend fun persistentDirectories(value: List<WorkstationConfigPersistentDirectoryArgs>?)

Parameters

value

Directories to persist across workstation sessions. Structure is documented below.


@JvmName(name = "acqopkqbtmjuhwta")
suspend fun persistentDirectories(vararg values: Output<WorkstationConfigPersistentDirectoryArgs>)


@JvmName(name = "wvehdfbgdngihvej")
suspend fun persistentDirectories(values: List<Output<WorkstationConfigPersistentDirectoryArgs>>)
@JvmName(name = "rrptmaikitpsfxsy")
suspend fun persistentDirectories(vararg values: WorkstationConfigPersistentDirectoryArgs)

Parameters

values

Directories to persist across workstation sessions. Structure is documented below.


@JvmName(name = "yxfomnidlievdnwl")
suspend fun persistentDirectories(argument: List<suspend WorkstationConfigPersistentDirectoryArgsBuilder.() -> Unit>)
@JvmName(name = "msgifkqtwvnuyppl")
suspend fun persistentDirectories(vararg argument: suspend WorkstationConfigPersistentDirectoryArgsBuilder.() -> Unit)
@JvmName(name = "xfejrnqmjwwgknho")
suspend fun persistentDirectories(argument: suspend WorkstationConfigPersistentDirectoryArgsBuilder.() -> Unit)

Parameters

argument

Directories to persist across workstation sessions. Structure is documented below.