ManagedZoneDnssecConfigDefaultKeySpecArgs

data class ManagedZoneDnssecConfigDefaultKeySpecArgs(val algorithm: Output<String>? = null, val keyLength: Output<Int>? = null, val keyType: Output<String>? = null, val kind: Output<String>? = null) : ConvertibleToJava<ManagedZoneDnssecConfigDefaultKeySpecArgs>

Constructors

constructor(algorithm: Output<String>? = null, keyLength: Output<Int>? = null, keyType: Output<String>? = null, kind: Output<String>? = null)

Properties

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

String mnemonic specifying the DNSSEC algorithm of this key Possible values are: ecdsap256sha256, ecdsap384sha384, rsasha1, rsasha256, rsasha512.

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

Length of the keys in bits

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

Specifies whether this is a key signing key (KSK) or a zone signing key (ZSK). Key signing keys have the Secure Entry Point flag set and, when active, will only be used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and will be used to sign all other types of resource record sets. Possible values are: keySigning, zoneSigning.

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

Identifies what kind of resource this is

Functions

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