TaskObject
Contains information about a pipeline task that is assigned to a task runner.
Contents
- attemptId
-
The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\n\t]*
Required: No
- objects
-
Connection information for the location where the task runner will publish the output of the task.
Type: String to PipelineObject object map
Key Length Constraints: Minimum length of 1. Maximum length of 1024.
Key Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\n\t]*
Required: No
- pipelineId
-
The ID of the pipeline that provided the task.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\n\t]*
Required: No
- taskId
-
An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: