encryptionType property

String? encryptionType
getter/setter pair

Encryption type for the region.

If the encryption type is CMEK, the cmek_key_name must be provided. If no encryption type is provided, GMEK will be used.

Optional. Possible string values are:

  • "ENCRYPTION_TYPE_UNSPECIFIED" : Encryption type unspecified.
  • "GMEK" : Default encryption using Google managed encryption key.
  • "CMEK" : Encryption using customer managed encryption key.

Implementation

core.String? encryptionType;