WorkflowStepOutput
The output of a step.
Contents
- dataType
-
The data type of the output.
Type: String
Valid Values:
STRING | INTEGER | STRINGLIST | STRINGMAP
Required: No
- name
-
The name of the step.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[-a-zA-Z0-9_.+]+[-a-zA-Z0-9_.+ ]*
Required: No
- required
-
Determine if an output is required from a step.
Type: Boolean
Required: No
- value
-
The value of the output.
Type: WorkflowStepOutputUnion object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: