dsRecords

@JvmName(name = "flvdqtvtvtvrlhtn")
suspend fun dsRecords(value: Output<List<DsRecordArgs>>)
@JvmName(name = "pxaqdvmxcqyswfdw")
suspend fun dsRecords(value: List<DsRecordArgs>?)

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.


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


@JvmName(name = "ynkjfncauxxhcgrx")
suspend fun dsRecords(values: List<Output<DsRecordArgs>>)
@JvmName(name = "sjmgdytewwnlyhwu")
suspend fun dsRecords(vararg values: DsRecordArgs)

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.


@JvmName(name = "iymhjujexmmawnlw")
suspend fun dsRecords(argument: List<suspend DsRecordArgsBuilder.() -> Unit>)
@JvmName(name = "fcegucygetlwxjmd")
suspend fun dsRecords(vararg argument: suspend DsRecordArgsBuilder.() -> Unit)
@JvmName(name = "nexmucqkwrxnbftv")
suspend fun dsRecords(argument: suspend DsRecordArgsBuilder.() -> 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.