RegistrationDnsSettingsArgs

data class RegistrationDnsSettingsArgs(val customDns: Output<RegistrationDnsSettingsCustomDnsArgs>? = null, val glueRecords: Output<List<RegistrationDnsSettingsGlueRecordArgs>>? = null) : ConvertibleToJava<RegistrationDnsSettingsArgs>

Constructors

Link copied to clipboard
constructor(customDns: Output<RegistrationDnsSettingsCustomDnsArgs>? = null, glueRecords: Output<List<RegistrationDnsSettingsGlueRecordArgs>>? = null)

Properties

Link copied to clipboard

Configuration for an arbitrary DNS provider. Structure is documented below.

Link copied to clipboard

The list of glue records for this Registration. Commonly empty. Structure is documented below.

Functions

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