GetDnsNamespacePlainArgs

data class GetDnsNamespacePlainArgs(val name: String, val tags: Map<String, String>? = null, val type: String) : ConvertibleToJava<GetDnsNamespacePlainArgs>

A collection of arguments for invoking getDnsNamespace.

Constructors

Link copied to clipboard
constructor(name: String, tags: Map<String, String>? = null, type: String)

Properties

Link copied to clipboard

Name of the namespace.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags for the resource.

Link copied to clipboard

Type of the namespace. Allowed values are DNS_PUBLIC or DNS_PRIVATE.

Functions

Link copied to clipboard
open override fun toJava(): GetDnsNamespacePlainArgs