public sealed class AlloyDbSettings.Types.EncryptionConfig : IMessage<AlloyDbSettings.Types.EncryptionConfig>, IEquatable<AlloyDbSettings.Types.EncryptionConfig>, IDeepCloneable<AlloyDbSettings.Types.EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class AlloyDbSettings.Types.EncryptionConfig.
EncryptionConfig describes the encryption config of a cluster 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-06-12 UTC."],[[["This document provides reference documentation for the `AlloyDbSettings.Types.EncryptionConfig` class within the Database Migration v1 API."],["The `EncryptionConfig` class is designed to manage the encryption settings of a cluster using a customer-managed encryption key (CMEK)."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` base class."],["The class contains a constructor and a `KmsKeyName` property, which stores the fully-qualified resource name of the KMS key used for encryption."],["There are multiple versions of the `AlloyDbSettings.Types.EncryptionConfig` class available, ranging from version 1.0.0 to 2.5.0, with 2.5.0 being the latest."]]],[]]