RecordDataArgs

data class RecordDataArgs(val algorithm: Output<Int>? = null, val certificate: Output<String>? = null, val fingerprint: Output<String>? = null, val flag: Output<Int>? = null, val keyTag: Output<Int>? = null, val matchingType: Output<Int>? = null, val port: Output<Int>? = null, val priority: Output<Int>? = null, val selector: Output<Int>? = null, val tag: Output<String>? = null, val type: Output<Int>? = null, val usage: Output<Int>? = null, val value: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<RecordDataArgs>

Constructors

Link copied to clipboard
constructor(algorithm: Output<Int>? = null, certificate: Output<String>? = null, fingerprint: Output<String>? = null, flag: Output<Int>? = null, keyTag: Output<Int>? = null, matchingType: Output<Int>? = null, port: Output<Int>? = null, priority: Output<Int>? = null, selector: Output<Int>? = null, tag: Output<String>? = null, type: Output<Int>? = null, usage: Output<Int>? = null, value: Output<String>? = null, weight: Output<Int>? = null)

Properties

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

The encryption algorithm used for the record, specified within the range from 0 to 255. This parameter is required when you add CERT or SSHFP records.

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

The public key of the certificate. This parameter is required when you add CERT, SMIMEA, or TLSA records.

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

The public key fingerprint of the record. This parameter is required when you add a SSHFP record.

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

The flag bit of the record. The Flag for a CAA record indicates its priority and how it is processed, specified within the range of 0 to 255. This parameter is required when you add a CAA record.

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

The public key identification for the record, specified within the range of 0 to 65,535. This parameter is required when you add a CAA record.

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

The algorithm policy used to match or validate the certificate, specified within the range 0 to 255. This parameter is required when you add SMIMEA or TLSA records.

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

The port of the record, specified within the range of 0 to 65,535. This parameter is required when you add an SRV record.

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

The priority of the record, specified within the range of 0 to 65,535. A smaller value indicates a higher priority. This parameter is required when you add MX, SRV, and URI records.

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

The type of certificate or public key, specified within the range of 0 to 255. This parameter is required when you add SMIMEA or TLSA records.

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

The label of the record. The Tag of a CAA record indicate its specific type and usage. This parameter is required when you add a CAA record.

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

The certificate type of the record (in CERT records), or the public key type (in SSHFP records). This parameter is required when you add CERT or SSHFP records.

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

The usage identifier of the record, specified within the range of 0 to 255. This parameter is required when you add SMIMEA or TLSA records.

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

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:

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

The weight of the record, specified within the range of 0 to 65,535. This parameter is required when you add SRV or URI records.

Functions

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