Values.StartAssessmentRequestSourceStarts the assessment of an on-premises environment.
type nonrec t = {assessmentDataSourceType : AssessmentDataSourceType.t option;The data source type of an assessment to be started.
*)assessmentTargets : AssessmentTargets.t option;List of criteria for assessment.
*)s3bucketForAnalysisData : StartAssessmentRequestS3bucketForAnalysisDataString.t
option;The S3 bucket used by the collectors to send analysis data to the service. The bucket name must begin with migrationhub-strategy-.
*)s3bucketForReportData : StartAssessmentRequestS3bucketForReportDataString.t
option;The S3 bucket where all the reports generated by the service are stored. The bucket name must begin with migrationhub-strategy-.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ]
list
| `String of StartAssessmentRequestS3bucketForAnalysisDataString.t ])
list ]