kmsKeyName property

String? kmsKeyName
getter/setter pair

The reference to a KMS encryption key.

If provided, it will be used to encrypt user data in the repository and all child resources. It is not possible to add or update the encryption key after the repository is created. Example: projects/{kms_project}/locations/{location}/keyRings/{key_location}/cryptoKeys/{key}

Optional.

Implementation

core.String? kmsKeyName;