MxRecordRecordArgs

data class MxRecordRecordArgs(val exchange: Output<String>, val preference: Output<String>) : ConvertibleToJava<MxRecordRecordArgs>

Constructors

Link copied to clipboard
constructor(exchange: Output<String>, preference: Output<String>)

Properties

Link copied to clipboard
val exchange: Output<String>

The mail server responsible for the domain covered by the MX record.

Link copied to clipboard
val preference: Output<String>

String representing the "preference” value of the MX records. Records with lower preference value take priority.

Functions

Link copied to clipboard
open override fun toJava(): MxRecordRecordArgs