Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.3 KB

API_WorkflowDetails.md

File metadata and controls

21 lines (16 loc) · 1.3 KB

WorkflowDetails

Container for the WorkflowDetail data type. It is used by actions that trigger a workflow to begin execution.

Contents

** OnUpload ** A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.
To remove an associated workflow from a server, you can provide an empty OnUpload object, as in the following example.
aws transfer update-server --server-id s-01234567890abcdef --workflow-details '{"OnUpload":[]}'
Type: Array of WorkflowDetail objects
Array Members: Maximum number of 1 item.
Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: