Values.ModifyDataMigrationMessageSourceModifies an existing DMS data migration.
type nonrec t = {dataMigrationIdentifier : String_.t;The identifier (name or ARN) of the data migration to modify.
*)dataMigrationName : String_.t option;The new name for the data migration.
*)enableCloudwatchLogs : BooleanOptional.t option;Whether to enable Cloudwatch logs for the data migration.
*)serviceAccessRoleArn : String_.t option;The new service access role ARN for the data migration.
*)dataMigrationType : MigrationTypeValue.t option;The new migration type for the data migration.
*)sourceDataSettings : SourceDataSettings.t option;The new information about the source data provider for the data migration.
*)targetDataSettings : TargetDataSettings.t option;The new information about the target data provider for the data migration.
*)numberOfJobs : IntegerOptional.t option;The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.
*)selectionRules : SecretString.t option;A JSON-formatted string that defines what objects to include and exclude from the migration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `Integer of IntegerOptional.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Iso8601DateTime.t ])
list ]
list
| `String of String_.t ])
list ]