Interface ComputeSnapshotSnapshotEncryptionKey
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeSnapshotSnapshotEncryptionKey.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.991Z") @Stability(Stable) public interface ComputeSnapshotSnapshotEncryptionKey extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeSnapshotSnapshotEncryptionKey.BuilderA builder forComputeSnapshotSnapshotEncryptionKeystatic classComputeSnapshotSnapshotEncryptionKey.Jsii$ProxyAn implementation forComputeSnapshotSnapshotEncryptionKey
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComputeSnapshotSnapshotEncryptionKey.Builderbuilder()default StringgetKmsKeySelfLink()The name of the encryption key that is stored in Google Cloud KMS.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 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_snapshot#kms_key_self_link ComputeSnapshot#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_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}
-
builder
@Stability(Stable) static ComputeSnapshotSnapshotEncryptionKey.Builder builder()
-
-