cmekKeyName property

String? cmekKeyName
getter/setter pair

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 the instance location. If the CMEK is not provided, a GMEK will be created for the instance.

Optional.

Implementation

core.String? cmekKeyName;