encryptionConfig property

InstanceEncryptionConfig? encryptionConfig
getter/setter pair

Encryption configuration to be used for the database in the target configuration.

The encryption configuration must be specified for every database which currently uses CMEK encryption. If a database currently uses Google-managed encryption and a target encryption configuration is not specified, then the database defaults to Google-managed encryption. If a database currently uses Google-managed encryption and a target CMEK encryption is specified, the request is rejected. If a database currently uses CMEK encryption, then a target encryption configuration must be specified. You can't move a CMEK database to a Google-managed encryption database using the MoveInstance API.

Optional.

Implementation

InstanceEncryptionConfig? encryptionConfig;