Values_1.JobBookmarksEncryptionSourceSpecifies how job bookmark data should be encrypted.
type nonrec t = {jobBookmarksEncryptionMode : JobBookmarksEncryptionMode.t option;The encryption mode to use for job bookmarks data.
*)kmsKeyArn : Values_0.KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.KmsKeyArn.t ]) list ]