Interface ComputeSnapshotSourceDiskEncryptionKey

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ComputeSnapshotSourceDiskEncryptionKey.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.991Z")
    @Stability(Stable)
    public interface ComputeSnapshotSourceDiskEncryptionKey
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getKmsKeyServiceAccount

        @Stability(Stable)
        @Nullable
        default String getKmsKeyServiceAccount()
        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}

      • getRawKey

        @Stability(Stable)
        @Nullable
        default String getRawKey()
        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}