Values.StartTaskExecutionRequestSourceStartTaskExecutionRequest
type nonrec t = {taskArn : TaskArn.t;Specifies the Amazon Resource Name (ARN) of the task that you want to start.
*)overrideOptions : Options.t option;includes : FilterList.t option;Specifies a list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
*)excludes : FilterList.t option;Specifies a list of filter rules that determines which files to exclude from a task. The list contains a single filter string that consists of the patterns to exclude. The patterns are delimited by "|" (that is, a pipe), for example, "/folder1|/folder2".
*)manifestConfig : ManifestConfig.t option;Configures a manifest, which is a list of files or objects that you want DataSync to transfer. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest. When using this parameter, your caller identity (the role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission. To remove a manifest configuration, specify this parameter with an empty value.
*)taskReportConfig : TaskReportConfig.t option;Specifies how you want to configure a task report, which provides detailed information about your DataSync transfer. For more information, see Monitoring your DataSync transfers with task reports. When using this parameter, your caller identity (the role that you're using DataSync with) must have the iam:PassRole permission. The AWSDataSyncFullAccess policy includes this permission. To remove a task report configuration, specify this parameter as empty.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of FilterValue.t ])
list ]
list
| `String of TaskArn.t
| `Structure of
(string
* [> `Enum of string
| `Long of BytesPerSecond.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of S3Subdirectory.t ])
list ])
list ])
list ])
list ]