View a markdown version of this page

AWS::MediaTailor::Function FunctionRef - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

{ "FunctionId" : String, "RunCondition" : String }

YAML

FunctionId: String RunCondition: 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