Ds Record Args
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)