encryptionKey property

EncryptionKey? encryptionKey
getter/setter pair

This defines a customer managed encryption key that will be used to encrypt the "config" portion (the Kubernetes resources) of Backups created via this plan.

Default (empty): Config backup artifacts will not be encrypted.

Optional.

Implementation

EncryptionKey? encryptionKey;