AWS::Transfer::Server WorkflowDetails
Container for the WorkflowDetail
data type.
It is used by actions that trigger a workflow to begin execution.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "OnUpload" :
[ WorkflowDetail, ... ]
}
YAML
OnUpload:
- WorkflowDetail
Properties
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":[]}'
Required: Yes
Type: List of WorkflowDetail
Maximum:
1
Update requires: No interruption