Values.ModifyReplicationConfigMessageSourcetype nonrec t = {replicationConfigArn : String_.t;The Amazon Resource Name of the replication to modify.
*)replicationConfigIdentifier : String_.t option;The new replication config to apply to the replication.
*)replicationType : MigrationTypeValue.t option;The type of replication.
*)tableMappings : String_.t option;Table mappings specified in the replication.
*)replicationSettings : String_.t option;The settings for the replication.
*)supplementalSettings : String_.t option;Additional settings for the replication.
*)computeConfig : ComputeConfig.t option;Configuration parameters for provisioning an DMS Serverless replication.
*)sourceEndpointArn : String_.t option;The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
*)targetEndpointArn : String_.t option;The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of IntegerOptional.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ]