customDomain

suspend fun customDomain(name: String, block: suspend CustomDomainResourceBuilder.() -> Unit): CustomDomain

Parameters

name

The unique name of the resulting resource.

block

Builder for CustomDomain.

See also


Parameters

name

The unique name of the resulting resource.

See also