Values.SourceConfigurationSourceConfiguration for a migration source environment.
type nonrec t = {sourceEnvironment : SourceEnvironment.t;The source environment type.
*)sourceS3Configuration : SourceS3Configuration.t;The S3 configuration for the source data.
*)}val make :
sourceEnvironment:SourceEnvironment.t ->
sourceS3Configuration:SourceS3Configuration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]