domainService

suspend fun domainService(name: String, block: suspend DomainServiceResourceBuilder.() -> Unit): DomainService

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for DomainService.


See also

Parameters

name

The unique name of the resulting resource.