View Source GoogleApi.DataMigration.V1.Model.EncryptionConfig (google_api_data_migration v0.21.0)
EncryptionConfig describes the encryption config of a cluster that is encrypted with a CMEK (customer-managed encryption key).
Attributes
-
kmsKeyName
(type:String.t
, default:nil
) - The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataMigration.V1.Model.EncryptionConfig{ kmsKeyName: String.t() | nil }