encryptionConfig property

RestoreDatabaseEncryptionConfig? encryptionConfig
getter/setter pair

An encryption configuration describing the encryption type and key resources in Cloud KMS used to encrypt/decrypt the database to restore to.

If this field is not specified, the restored database will use the same encryption configuration as the backup by default, namely encryption_type = USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION.

Optional.

Implementation

RestoreDatabaseEncryptionConfig? encryptionConfig;