cryptoKeyName property

String? cryptoKeyName
getter/setter pair

Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt the event data.

If not set, an internal Google-owned key will be used to encrypt messages. It must match the pattern "projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}".

Optional.

Implementation

core.String? cryptoKeyName;