Class DnsManagedZoneDnssecConfigDefaultKeySpecs.Jsii$Proxy

    • Method Detail

      • getAlgorithm

        public final String getAlgorithm()
        Description copied from interface: DnsManagedZoneDnssecConfigDefaultKeySpecs
        String mnemonic specifying the DNSSEC algorithm of this key Possible values: ["ecdsap256sha256", "ecdsap384sha384", "rsasha1", "rsasha256", "rsasha512"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#algorithm DnsManagedZone#algorithm}

        Specified by:
        getAlgorithm in interface DnsManagedZoneDnssecConfigDefaultKeySpecs
      • getKeyType

        public final String getKeyType()
        Description copied from interface: DnsManagedZoneDnssecConfigDefaultKeySpecs
        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: ["keySigning", "zoneSigning"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dns_managed_zone#key_type DnsManagedZone#key_type}

        Specified by:
        getKeyType in interface DnsManagedZoneDnssecConfigDefaultKeySpecs
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object