RegistrationDnsSettingsCustomDnsArgs

data class RegistrationDnsSettingsCustomDnsArgs(val dsRecords: Output<List<RegistrationDnsSettingsCustomDnsDsRecordArgs>>? = null, val nameServers: Output<List<String>>) : ConvertibleToJava<RegistrationDnsSettingsCustomDnsArgs>

Constructors

Link copied to clipboard
constructor(dsRecords: Output<List<RegistrationDnsSettingsCustomDnsDsRecordArgs>>? = null, nameServers: Output<List<String>>)

Properties

Link copied to clipboard

The list of DS records for this domain, which are used to enable DNSSEC. The domain's DNS provider can provide the values to set here. If this field is empty, DNSSEC is disabled. Structure is documented below.

Link copied to clipboard
val nameServers: Output<List<String>>

Required. A list of name servers that store the DNS zone for this domain. Each name server is a domain name, with Unicode domain names expressed in Punycode format.

Functions

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