encryptionConfig property

EncryptionConfig? encryptionConfig
getter/setter pair

The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK).

When this field is not specified, the backup will use the cluster's encryption config.

Optional.

Implementation

EncryptionConfig? encryptionConfig;