GetRegionalHostnamePlainArgs

data class GetRegionalHostnamePlainArgs(val hostname: String? = null, val zoneId: String) : ConvertibleToJava<GetRegionalHostnamePlainArgs>

A collection of arguments for invoking getRegionalHostname.

Constructors

Link copied to clipboard
constructor(hostname: String? = null, zoneId: String)

Properties

Link copied to clipboard
val hostname: String? = null

DNS hostname to be regionalized, must be a subdomain of the zone. Wildcards are supported for one level, e.g *.example.com

Link copied to clipboard

Identifier.

Functions

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