GetDomainNamePlainArgs

data class GetDomainNamePlainArgs(val domainName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDomainNamePlainArgs>

A collection of arguments for invoking getDomainName.

Constructors

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

Properties

Link copied to clipboard

Fully-qualified domain name to look up. If no domain name is found, an error will be returned.

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

Key-value map of tags for the resource.

Functions

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