Class ComputeSnapshotSourceDiskEncryptionKey.Jsii$Proxy

    • Method Detail

      • getKmsKeyServiceAccount

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

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

        Specified by:
        getKmsKeyServiceAccount in interface ComputeSnapshotSourceDiskEncryptionKey
      • getRawKey

        public final String getRawKey()
        Description copied from interface: ComputeSnapshotSourceDiskEncryptionKey
        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_snapshot#raw_key ComputeSnapshot#raw_key}

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