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

      • getKmsKeySelfLink

        public final String getKmsKeySelfLink()
        Description copied from interface: ComputeImageImageEncryptionKey
        The self link 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_image#kms_key_self_link ComputeImage#kms_key_self_link}

        Specified by:
        getKmsKeySelfLink in interface ComputeImageImageEncryptionKey
      • getKmsKeyServiceAccount

        public final String getKmsKeyServiceAccount()
        Description copied from interface: ComputeImageImageEncryptionKey
        The service account being used for the encryption request for the given KMS key.

        If absent, the Compute Engine default service account is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_image#kms_key_service_account ComputeImage#kms_key_service_account}

        Specified by:
        getKmsKeyServiceAccount in interface ComputeImageImageEncryptionKey
      • $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