workspace Backend
suspend fun workspaceBackend(name: String, block: suspend WorkspaceBackendResourceBuilder.() -> Unit): WorkspaceBackend
Parameters
name
The unique name of the resulting resource.
block
Builder for WorkspaceBackend.
See also
Parameters
name
The unique name of the resulting resource.