Values.SourceResourceSourceA source resource can be a source server, a migration wave, an application, or any other resource that you track.
type nonrec t = {name : SourceResourceName.t;This is the name that you want to use to identify the resource. If the resource is an AWS resource, we recommend that you set this parameter to the ARN of the resource.
*)description : SourceResourceDescription.t option;A description that can be free-form text to record additional detail about the resource for clarity or later reference.
*)statusDetail : StatusDetail.t option;A free-form description of the status of the resource.
*)}