Class ComputeRegionDiskDiskEncryptionKey.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

      • getKmsKeyName

        public final String getKmsKeyName()
        Description copied from interface: ComputeRegionDiskDiskEncryptionKey
        The name of the encryption key that is stored in Google Cloud KMS.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_disk#kms_key_name ComputeRegionDisk#kms_key_name}

        Specified by:
        getKmsKeyName in interface ComputeRegionDiskDiskEncryptionKey
      • getRawKey

        public final String getRawKey()
        Description copied from interface: ComputeRegionDiskDiskEncryptionKey
        Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_disk#raw_key ComputeRegionDisk#raw_key}

        Specified by:
        getRawKey in interface ComputeRegionDiskDiskEncryptionKey
      • $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