Class KmsCryptoKeyVersionTemplate.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getAlgorithm

        public final String getAlgorithm()
        Description copied from interface: KmsCryptoKeyVersionTemplate
        The algorithm to use when creating a version based on this template. See the algorithm reference for possible inputs.

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

        Specified by:
        getAlgorithm in interface KmsCryptoKeyVersionTemplate
      • getProtectionLevel

        public final String getProtectionLevel()
        Description copied from interface: KmsCryptoKeyVersionTemplate
        The protection level to use when creating a version based on this template.

        Possible values include "SOFTWARE", "HSM", "EXTERNAL", "EXTERNAL_VPC". Defaults to "SOFTWARE". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key#protection_level KmsCryptoKey#protection_level}

        Specified by:
        getProtectionLevel in interface KmsCryptoKeyVersionTemplate
      • $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