CustomOutputConfiguration
The configuration for a CUSTOM_OUTPUT function. MediaTailor evaluates the output expressions against the current session state and commits the results as output bindings. CUSTOM_OUTPUT functions do not make external calls. For more information, see CUSTOM_OUTPUT in the MediaTailor User Guide.
Types
Properties
Link copied to clipboard
A map of output bindings. Each key is a namespaced output path (such as player_params.device_type or temp.variant), and each value is an expression that MediaTailor evaluates at runtime against the current session state. For more information about expression syntax, see JSONata expression reference in the MediaTailor User Guide.
Link copied to clipboard
The expression language used to evaluate expressions in the function configuration. Set this to JSONata.
Functions
Link copied to clipboard
inline fun copy(block: CustomOutputConfiguration.Builder.() -> Unit = {}): CustomOutputConfiguration