MxRecordArgs

data class MxRecordArgs(val exchange: Output<String>? = null, val preference: Output<Int>? = null) : ConvertibleToJava<MxRecordArgs>

An MX record.

Constructors

Link copied to clipboard
constructor(exchange: Output<String>? = null, preference: Output<Int>? = null)

Properties

Link copied to clipboard
val exchange: Output<String>? = null

The domain name of the mail host for this MX record.

Link copied to clipboard
val preference: Output<Int>? = null

The preference value for this MX record.

Functions

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