View Source GoogleApi.BigtableAdmin.V2.Model.EncryptionConfig (google_api_bigtable_admin v0.22.0)

Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster.

Attributes

  • kmsKeyName (type: String.t, default: nil) - 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. Values are of the form projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.EncryptionConfig{
  kmsKeyName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.