public sealed class Cluster.Types.EncryptionConfig : IMessage<Cluster.Types.EncryptionConfig>, IEquatable<Cluster.Types.EncryptionConfig>, IDeepCloneable<Cluster.Types.EncryptionConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Cluster.Types.EncryptionConfig.
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 content provides reference documentation for the `Cluster.Types.EncryptionConfig` class in the Google Cloud Bigtable Administration v2 API, detailing its use for managing Cloud KMS settings for CMEK-protected clusters."],["It lists available versions of the `EncryptionConfig` class, ranging from version 2.4.0 up to the latest version 3.24.0, allowing developers to choose the appropriate version for their project."],["The `Cluster.Types.EncryptionConfig` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities."],["The class has two constructors: a parameterless `EncryptionConfig()` and `EncryptionConfig(Cluster.Types.EncryptionConfig other)` for creating a new instance based on an existing one, where the `other` parameter is an existing `EncryptionConfig` instance."],["The primary property of this class is `KmsKeyName`, which is a string used to specify the Cloud KMS encryption key, with specific requirements around service accounts, regional keys, and cluster consistency."]]],[]]