Record Data Args
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
The public key of the certificate. This parameter is required when you add CERT, SMIMEA, or TLSA records.
Link copied to clipboard
The public key fingerprint of the record. This parameter is required when you add a SSHFP record.
Link copied to clipboard
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.