kmsKeyName property

String? kmsKeyName
getter/setter pair

This field is maintained for backwards compatibility.

For new callers, we recommend using kms_key_names to specify the KMS key. kms_key_name should only be used if the location of the KMS key matches the database instance’s configuration (location) exactly. E.g. The KMS location is in us-central1 or nam3 and the database instance is also in us-central1 or nam3. The Cloud KMS key to be used for encrypting and decrypting the database. Values are of the form projects//locations//keyRings//cryptoKeys/.

Optional.

Implementation

core.String? kmsKeyName;