public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class EncryptionConfig.
EncryptionConfig describes the encryption config of a cluster or a backup
that is encrypted with a CMEK (customer-managed encryption key).
The fully-qualified resource name of the KMS key.
Each Cloud KMS key is regionalized and has the following format:
projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["The `EncryptionConfig` class in the AlloyDB v1 API describes the configuration for encryption using customer-managed encryption keys (CMEK)."],["This class, `EncryptionConfig`, is part of the `Google.Cloud.AlloyDb.V1` namespace and is included in the `Google.Cloud.AlloyDb.V1.dll` assembly."],["`EncryptionConfig` implements several interfaces, including `IMessage`, `IEquatable\u003cEncryptionConfig\u003e`, `IDeepCloneable\u003cEncryptionConfig\u003e`, and `IBufferMessage`."],["It has a `KmsKeyName` property that stores the fully-qualified resource name of the KMS key, following the format `projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]`."],["There are multiple versions of the documentation for EncryptionConfig, with version 1.9.0 being the most current."]]],[]]