This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Transfer::Workflow TagStepDetails
Details for a step that creates one or more tags.
You specify one or more tags. Each tag contains a key-value pair.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :String, "SourceFileLocation" :String, "Tags" :[ S3Tag, ... ]}
YAML
Name:StringSourceFileLocation:StringTags:- S3Tag
Properties
-
The name of the step, used as an identifier.
Required: No
Type: String
Pattern:
^[\w-]*$Minimum:
0Maximum:
30Update requires: Replacement
-
Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.
-
To use the previous file as the input, enter
${previous.file}. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. -
To use the originally uploaded file location as input for this step, enter
${original.file}.
Required: No
Type: String
Pattern:
^\$\{(\w+.)+\w+\}$Minimum:
0Maximum:
256Update requires: Replacement
-
-
Array that contains from 1 to 10 key/value pairs.
Required: No
Type: Array of S3Tag
Maximum:
10Update requires: Replacement