Interface ComputeDiskSourceImageEncryptionKey
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeDiskSourceImageEncryptionKey.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.345Z") @Stability(Stable) public interface ComputeDiskSourceImageEncryptionKey extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeDiskSourceImageEncryptionKey.BuilderA builder forComputeDiskSourceImageEncryptionKeystatic classComputeDiskSourceImageEncryptionKey.Jsii$ProxyAn implementation forComputeDiskSourceImageEncryptionKey
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeDiskSourceImageEncryptionKey.Builderbuilder()default StringgetKmsKeySelfLink()The self link of the encryption key used to encrypt the disk.default StringgetKmsKeyServiceAccount()The service account used for the encryption request for the given KMS key.default StringgetRawKey()Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.
-
-
-
Method Detail
-
getKmsKeySelfLink
@Stability(Stable) @Nullable default String getKmsKeySelfLink()
The self link of the encryption key used to encrypt the disk.Also called KmsKeyName in the cloud console. Your project's Compute Engine System service account ('service-{{PROJECT_NUMBER}}@compute-system.iam.gserviceaccount.com') must have 'roles/cloudkms.cryptoKeyEncrypterDecrypter' to use this feature. See https://cloud.google.com/compute/docs/disks/customer-managed-encryption#encrypt_a_new_persistent_disk_with_your_own_keys Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_disk#kms_key_self_link ComputeDisk#kms_key_self_link}
-
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_disk#kms_key_service_account ComputeDisk#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_disk#raw_key ComputeDisk#raw_key}
-
builder
@Stability(Stable) static ComputeDiskSourceImageEncryptionKey.Builder builder()
-
-