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-03-21 UTC."],[[["This documentation pertains to the `AlloyDbSettings.Types.EncryptionConfig` class within the Database Migration v1 API, specifically for the .NET environment, and the most recent version being 2.5.0."],["The `EncryptionConfig` class is designed to define the encryption settings for a cluster using a Customer-Managed Encryption Key (CMEK)."],["It inherits from the base `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it integral to the Protobuf data structure."],["The class provides constructors to create new instances, either empty or by cloning an existing `EncryptionConfig` object, and the class includes a `KmsKeyName` property to set the resource name of a KMS key."],["The documentation covers versions 1.0.0 all the way to the most recent 2.5.0, all of which can be found linked in the page, offering a range of past versions available for reference."]]],[]]