Values.ExportMetadataModelAssessmentMessageSourceSaves a copy of a database migration assessment report to your Amazon S3 bucket. DMS can save your assessment report as a comma-separated value (CSV) or a PDF file.
type nonrec t = {migrationProjectIdentifier : MigrationProjectIdentifier.t;The migration project name or Amazon Resource Name (ARN).
*)selectionRules : String_.t;A value that specifies the database objects to assess.
*)fileName : String_.t option;The name of the assessment file to create in your Amazon S3 bucket.
*)assessmentReportTypes : AssessmentReportTypesList.t option;The file format of the assessment file.
*)}val make :
?fileName:??? ->
?assessmentReportTypes:??? ->
migrationProjectIdentifier:MigrationProjectIdentifier.t ->
selectionRules:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of MigrationProjectIdentifier.t ])
list ]