Registration Dns Settings Custom Dns Args
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
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.