Dns Key Spec Args
data class DnsKeySpecArgs(val algorithm: Output<DnsKeySpecAlgorithm>? = null, val keyLength: Output<Int>? = null, val keyType: Output<DnsKeySpecKeyType>? = null, val kind: Output<String>? = null) : ConvertibleToJava<DnsKeySpecArgs>
Parameters for DnsKey key generation. Used for generating initial keys for a new ManagedZone and as default when adding a new DnsKey.
Constructors
Link copied to clipboard
fun DnsKeySpecArgs(algorithm: Output<DnsKeySpecAlgorithm>? = null, keyLength: Output<Int>? = null, keyType: Output<DnsKeySpecKeyType>? = null, kind: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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, are only used to sign resource record sets of type DNSKEY. Zone signing keys do not have the Secure Entry Point flag set and are used to sign all other types of resource record sets.