This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaTailor::Function FunctionRef
A reference to a child function within a SEQUENTIAL_EXECUTOR function.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "FunctionId" :String, "RunCondition" :String}
YAML
FunctionId:StringRunCondition:String
Properties
FunctionId-
The identifier of the child function to execute in this step.
Required: No
Type: String
Update requires: No interruption
RunCondition-
An optional expression that evaluates to a boolean. MediaTailor evaluates this expression immediately before running the step, using the accumulated state at that point in the sequence. If the expression evaluates to
false, MediaTailor skips the step and moves to the next one. If omitted, the step always runs.Required: No
Type: String
Update requires: No interruption