Values.SseConfigSourceServer-side encryption (SSE) settings for a store.
type nonrec t = {type_ : EncryptionType.t;The encryption type.
*)keyArn : SseConfigKeyArnString.t option;An encryption key ARN.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SseConfigKeyArnString.t ])
list ]