AWS::Transfer::Workflow TagStepDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "Name" : String, "SourceFileLocation" : String, "Tags" : [ S3Tag, ... ] }

YAML

Name: String SourceFileLocation: String Tags: - S3Tag

Properties

Name

The name of the step, used as an identifier.

Required: No

Type: String

Pattern: ^[\w-]*$

Minimum: 0

Maximum: 30

Update requires: Replacement

SourceFileLocation

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: 0

Maximum: 256

Update requires: Replacement

Tags

Array that contains from 1 to 10 key/value pairs.

Required: No

Type: Array of S3Tag

Maximum: 10

Update requires: Replacement