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-03-21 UTC."],[[["This webpage provides documentation for the `EncryptionConfig` class within the Google Cloud AlloyDB v1 API, specifically version 1.2.0."],["`EncryptionConfig` is used to define the encryption configuration for clusters or backups encrypted with a customer-managed encryption key (CMEK)."],["The `EncryptionConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property `KmsKeyName`, which is a string representing the fully-qualified resource name of the KMS key used for encryption."],["There are 10 documented versions of the API, ranging from 1.0.0 up to the latest at 1.9.0, of which the current version being documented on this page is 1.2.0."]]],[]]