AWS::Transfer::WorkflowResource Type definition for AWS::Transfer::Workflow
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Steps | Array<WorkflowStep> | RequiredCreate-only |
Description | string | Create-only |
OnExceptionSteps | Array<WorkflowStep> | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Specifies the unique Amazon Resource Name (ARN) for the workflow. |
WorkflowId | string | A unique identifier for the workflow. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Transfer::Workflow
Resources:
MyResource:
Type: AWS::Transfer::Workflow
Properties:
Steps: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
transfer:CreateWorkflowtransfer:TagResourcetransfer:DescribeWorkflowtransfer:DeleteWorkflowtransfer:ListWorkflowstransfer:UnTagResourcetransfer:TagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterWorkflowIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
StepsOnExceptionStepsDescription