rrdatas

@JvmName(name = "sghuuxllrqgdlldp")
suspend fun rrdatas(value: Output<List<String>>)
@JvmName(name = "bvstikhqapohfsow")
suspend fun rrdatas(value: List<String>?)

Parameters

value

The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string data contains spaces, add surrounding \" if you don't want your string to get split on spaces. To specify a single record value longer than 255 characters such as a TXT record for DKIM, add \"\" inside the Terraform configuration string (e.g. "first255characters\"\"morecharacters").


@JvmName(name = "cbxrodruefbfperd")
suspend fun rrdatas(vararg values: Output<String>)


@JvmName(name = "niyvifwgbpmjstcc")
suspend fun rrdatas(values: List<Output<String>>)
@JvmName(name = "ofqkftptwduxeseh")
suspend fun rrdatas(vararg values: String)

Parameters

values

The string data for the records in this record set whose meaning depends on the DNS type. For TXT record, if the string data contains spaces, add surrounding \" if you don't want your string to get split on spaces. To specify a single record value longer than 255 characters such as a TXT record for DKIM, add \"\" inside the Terraform configuration string (e.g. "first255characters\"\"morecharacters").