Values_1.MLUserDataEncryptionSourceThe encryption-at-rest settings of the transform that apply to accessing user data.
type nonrec t = {mlUserDataEncryptionMode : MLUserDataEncryptionModeString.t;The encryption mode applied to user data. Valid values are: DISABLED: encryption is disabled SSEKMS: use of server-side encryption with Key Management Service (SSE-KMS) for user data stored in Amazon S3.
*)kmsKeyId : Values_0.NameString.t option;The ID for the customer-provided KMS key.
*)}val make :
?kmsKeyId:??? ->
mlUserDataEncryptionMode:MLUserDataEncryptionModeString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.NameString.t ]) list ]