app Hosting Backend
suspend fun appHostingBackend(name: String, block: suspend AppHostingBackendResourceBuilder.() -> Unit): AppHostingBackend
Parameters
name
The unique name of the resulting resource.
block
Builder for AppHostingBackend.
See also
Parameters
name
The unique name of the resulting resource.