View Source GoogleApi.Spanner.V1.Model.EncryptionConfig (google_api_spanner v0.39.0)

Encryption configuration for a Cloud Spanner database.

Attributes

  • kmsKeyName (type: String.t, default: nil) - The Cloud KMS key to be used for encrypting and decrypting the database. Values are of the form projects//locations//keyRings//cryptoKeys/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.