public sealed class EncryptionConfig : IMessage<Cluster.Types.EncryptionConfig>, IEquatable<Cluster.Types.EncryptionConfig>, IDeepCloneable<Cluster.Types.EncryptionConfig>, IBufferMessage, IMessage
Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected
cluster.
Describes the Cloud KMS encryption key that will be used to protect the
destination Bigtable cluster. The requirements for this key are:
1) The Cloud Bigtable service account associated with the project that
contains this cluster must be granted the
cloudkms.cryptoKeyEncrypterDecrypter role on the CMEK key.
2) Only regional keys can be used and the region of the CMEK key must
match the region of the cluster.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage provides documentation for the `EncryptionConfig` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, focusing on Cloud KMS settings for CMEK-protected clusters."],["The `EncryptionConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The documentation lists multiple versions of the Google.Cloud.Bigtable.Admin.V2 package, ranging from 3.24.0 (latest) down to 2.4.0, with links provided for each version."],["The class `EncryptionConfig` has two constructors: one default constructor and another that takes another `EncryptionConfig` object."],["The class contains one property, `KmsKeyName`, which is a string describing the Cloud KMS encryption key used for protecting the Bigtable cluster and must meet specific requirements related to the service account and regional matching."]]],[]]