value

@JvmName(name = "bqfrtftyapxnuodn")
suspend fun value(value: Output<String>)
@JvmName(name = "tubfmnfuvewymroe")
suspend fun value(value: String?)

Parameters

value

The record value or part of the record content. This parameter is required when you add A/AAAA, CNAME, NS, MX, TXT, CAA, SRV, and URI records. It has different meanings based on different types of records:

  • A/AAAA: the IP address(es). Separate multiple IPs with commas (,). You must have at least one IPv4 address.

  • CNAME: the target domain name.

  • NS: the name servers for the domain name.

  • MX: a valid domain name of the target mail server.

  • TXT: a valid text string.

  • CAA: a valid domain name of the certificate authority.

  • SRV: a valid domain name of the target host.

  • URI: a valid URI string.