Managed Zone Dnssec Config Default Key Spec Args
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>
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, 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
.