GetDomainNamePlainArgs

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

A collection of arguments for invoking getDomainName.

Constructors

Link copied to clipboard
constructor(domainName: String, domainNameId: String? = null, 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 domainNameId: String? = null

The identifier for the domain name resource. Supported only for private custom domain names.

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