CaaRecordRecordArgs

data class CaaRecordRecordArgs(val flags: Output<Int>, val tag: Output<String>, val value: Output<String>) : ConvertibleToJava<CaaRecordRecordArgs>

Constructors

Link copied to clipboard
constructor(flags: Output<Int>, tag: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val flags: Output<Int>

Extensible CAA flags, currently only 1 is implemented to set the issuer critical flag.

Link copied to clipboard
val tag: Output<String>

A property tag, options are issue, issuewild, iodef, and contactemail.

Link copied to clipboard
val value: Output<String>

A property value such as a registrar domain.

Functions

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