DMS.ReplicationTask
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
replication_task_settings : string option;
cdc_start_position : string option;
cdc_stop_position : string option;
migration_type : string;
target_endpoint_arn : string;
replication_instance_arn : string;
task_data : string option;
cdc_start_time : float option;
resource_identifier : string option;
table_mappings : string;
replication_task_identifier : string option;
source_endpoint_arn : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationtask.html;
val make_properties :
?replication_task_settings:string ->
?cdc_start_position:string ->
?cdc_stop_position:string ->
migration_type:string ->
target_endpoint_arn:string ->
replication_instance_arn:string ->
?task_data:string ->
?cdc_start_time:float ->
?resource_identifier:string ->
table_mappings:string ->
?replication_task_identifier:string ->
source_endpoint_arn:string ->
?tags:tag list ->
unit ->
properties
val make_tag : key:string -> value:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes