Google Cloud Bigtable Administration v2 API - Class Cluster.Types.EncryptionConfig (3.14.0)

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.

Inheritance

object > Cluster.Types.EncryptionConfig

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

EncryptionConfig()

public EncryptionConfig()

EncryptionConfig(EncryptionConfig)

public EncryptionConfig(Cluster.Types.EncryptionConfig other)
Parameter
NameDescription
otherClusterTypesEncryptionConfig

Properties

KmsKeyName

public string KmsKeyName { get; set; }

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}

Property Value
TypeDescription
string