public sealed class EncryptionConfig : IMessage<EncryptionConfig>, IEquatable<EncryptionConfig>, IDeepCloneable<EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha 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."],[[["The `EncryptionConfig` class is part of the AlloyDB v1alpha API, providing configuration for cluster or backup encryption using customer-managed encryption keys (CMEK)."],["This class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as `IMessage\u003cEncryptionConfig\u003e`, `IEquatable\u003cEncryptionConfig\u003e`, and `IDeepCloneable\u003cEncryptionConfig\u003e`."],["Two constructors are available for `EncryptionConfig`: a default constructor and one that takes another `EncryptionConfig` object as a parameter."],["The class includes a `KmsKeyName` property, which stores the fully-qualified resource name of the KMS key used for encryption, and it is of string type."],["The latest version of this class is `1.0.0-alpha10`, and it can also be accessed at version `1.0.0-alpha09` in the linked documentation."]]],[]]