Use customer managed encryption. If specified, kms_key_name
must contain a valid Cloud KMS key.
GoogleDefaultEncryption
Use Google default encryption.
Unspecified
Unspecified. Do not use.
UseDatabaseEncryption
Use the same encryption configuration as the database. This is the
default option when
[encryption_config][google.spanner.admin.database.v1.CreateBackupEncryptionConfig] is empty.
For example, if the database is using Customer_Managed_Encryption, the
backup will be using the same Cloud KMS key as the database.
[[["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."],[[["This webpage details various versions of the `Google.Cloud.Spanner.Admin.Database.V1.CreateBackupEncryptionConfig.Types.EncryptionType`, ranging from the latest beta (5.0.0-beta05) down to version 3.5.0."],["The `EncryptionType` enum within this namespace defines different encryption options for backups, including `CustomerManagedEncryption`, `GoogleDefaultEncryption`, `Unspecified`, and `UseDatabaseEncryption`."],["The `UseDatabaseEncryption` option is the default, meaning backups use the same encryption as the database, such as the same Cloud KMS key if `Customer_Managed_Encryption` is used for the database."],["There is a version overview that lists all the available versions with their hyperlinks, and the current version of this document is 3.13.0."]]],[]]