txtRecords

@JvmName(name = "hjcjumsvfbqpsfrp")
suspend fun txtRecords(value: Output<List<TxtRecordArgs>>)
@JvmName(name = "cmilsmucfejyoums")
suspend fun txtRecords(value: List<TxtRecordArgs>?)

Parameters

value

The list of TXT records in the record set.


@JvmName(name = "lfccgcltqgxrusvn")
suspend fun txtRecords(vararg values: Output<TxtRecordArgs>)


@JvmName(name = "viflyvrxwsykegwy")
suspend fun txtRecords(values: List<Output<TxtRecordArgs>>)
@JvmName(name = "hkdsvhoqhojylikh")
suspend fun txtRecords(vararg values: TxtRecordArgs)

Parameters

values

The list of TXT records in the record set.


@JvmName(name = "jwshmrjqyhmsjdmq")
suspend fun txtRecords(argument: List<suspend TxtRecordArgsBuilder.() -> Unit>)
@JvmName(name = "unduychbbjawlxuf")
suspend fun txtRecords(vararg argument: suspend TxtRecordArgsBuilder.() -> Unit)
@JvmName(name = "anxfhvecuwsvsetr")
suspend fun txtRecords(argument: suspend TxtRecordArgsBuilder.() -> Unit)

Parameters

argument

The list of TXT records in the record set.