kmsKeyName property
The Cloud KMS key that will be used to encrypt/decrypt the restored database.
This field should be set only when encryption_type is
CUSTOMER_MANAGED_ENCRYPTION
. Values are of the form
projects//locations//keyRings//cryptoKeys/
.
Optional.
Implementation
core.String? kmsKeyName;