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.
3) All clusters within an instance must use the same CMEK key.
Values are of the form
projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}
[[["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 latest version of the `EncryptionConfig` is 3.24.0, with several preceding versions available, all the way down to 2.4.0."],["`EncryptionConfig` class manages Cloud Key Management Service (Cloud KMS) settings for CMEK-protected clusters in Google Cloud Bigtable."],["The `EncryptionConfig` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for functionalities like message handling, equality comparisons, deep cloning, and buffered message handling."],["The `KmsKeyName` property in the `EncryptionConfig` class specifies the Cloud KMS encryption key used to protect the Bigtable cluster and has specific requirements such as service account permissions, regional key usage, and instance-wide key consistency."],["The `EncryptionConfig` has two constructors, one with no parameters and the other requiring another `Cluster.Types.EncryptionConfig` instance as a parameter, likely used for cloning."]]],[]]