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.
Contents
- Runtime
-
The expression language used to evaluate expressions in the function configuration. Set this to
JSONata.Type: String
Valid Values:
JSONATARequired: Yes
- Output
-
A map of output bindings. Each key is a namespaced output path (such as
player_params.device_typeortemp.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.Type: String to string map
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: