New resource: aws_transfer_workflow
#21808
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
new-resource
Introduces a new resource.
service/transfer
Issues and PRs that pertain to the transfer service.
Milestone
Community Note
Description
AWS released a new feature for AWS Transfer Family that adds support for managed workflows to make it easy to create, execute, and monitor post upload processing for file transfers over SFTP, FTPS, and FTP for Amazon S3 and Amazon EFS.
New or Affected Resource(s)
aws_transfer_workflow
(new resource): creates a workflow with specified steps and step details that the workflow invokes after a file transfer completes.aws_transfer_server
(affected resource): requires newworkflow_details
argument to enable a workflow to be associated with a server. Only supports a singleon_upload
workflow detail currently which will contain the workflow ID for the workflow to be associated and an execution IAM role for the workflow to run as.aws_transfer_workflow
(new data source): data source to get the ID of an AWS Transfer Workflow for use in other resources.Potential Terraform Configuration
Resources
Data Source
Requires
References
The text was updated successfully, but these errors were encountered: