dsRecords

@JvmName(name = "hteulyuagqgiyrsn")
suspend fun dsRecords(value: Output<List<RegistrationDnsSettingsCustomDnsDsRecordArgs>>)
@JvmName(name = "ncfxmkwbmedilliw")
suspend fun dsRecords(value: List<RegistrationDnsSettingsCustomDnsDsRecordArgs>?)

Parameters

value

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.


@JvmName(name = "iypeflmmallsefhf")
suspend fun dsRecords(vararg values: Output<RegistrationDnsSettingsCustomDnsDsRecordArgs>)


@JvmName(name = "iljayvdionnjnjyr")
suspend fun dsRecords(values: List<Output<RegistrationDnsSettingsCustomDnsDsRecordArgs>>)
@JvmName(name = "vyvjsshxsoqbpcor")
suspend fun dsRecords(vararg values: RegistrationDnsSettingsCustomDnsDsRecordArgs)

Parameters

values

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.


@JvmName(name = "gglltorlwmiqgkue")
suspend fun dsRecords(argument: List<suspend RegistrationDnsSettingsCustomDnsDsRecordArgsBuilder.() -> Unit>)
@JvmName(name = "imqjfkiwoujampfj")
suspend fun dsRecords(vararg argument: suspend RegistrationDnsSettingsCustomDnsDsRecordArgsBuilder.() -> Unit)
@JvmName(name = "qitrrsfcfyxlogvu")
suspend fun dsRecords(argument: suspend RegistrationDnsSettingsCustomDnsDsRecordArgsBuilder.() -> Unit)

Parameters

argument

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.