DsRecordArgs

data class DsRecordArgs(val algorithm: Output<Int>? = null, val digest: Output<DigestArgs>? = null, val keyTag: Output<Int>? = null) : ConvertibleToJava<DsRecordArgs>

A DS record. For more information about the DS record format, see RFC 4034: https://www.rfc-editor.org/rfc/rfc4034

Constructors

Link copied to clipboard
constructor(algorithm: Output<Int>? = null, digest: Output<DigestArgs>? = null, keyTag: Output<Int>? = null)

Properties

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

The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml

Link copied to clipboard
val digest: Output<DigestArgs>? = null

The digest entity.

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

The key tag value is used to determine which DNSKEY Resource Record is used for signature verification.

Functions

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