cmekKeyName property
The Customer Managed Encryption Key (CMEK) used for data encryption.
The CMEK name should follow the format of
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
,
where the location
must match InstanceConfig.location.
Required.
Implementation
core.String? cmekKeyName;