dnsZone

suspend fun dnsZone(name: String, block: suspend DnsZoneResourceBuilder.() -> Unit): DnsZone

Parameters

name

The unique name of the resulting resource.

block

Builder for DnsZone.

See also


fun dnsZone(name: String): DnsZone

Parameters

name

The unique name of the resulting resource.

See also