Values.EncryptionSourceDefines the encryption configuration for S3 Table integrations, including the encryption algorithm and KMS key settings.
type nonrec t = {sseAlgorithm : SSEAlgorithm.t;The server-side encryption algorithm used for encrypting data in the S3 Table integration.
*)kmsKeyArn : ResourceArn.t option;The Amazon Resource Name (ARN) of the KMS key used for encryption when using customer-managed keys.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ]