Values.EngineConfigSourceA structure of engine configurations for the canary, one for each browser type that the canary is configured to run on.
type nonrec t = {engineArn : FunctionArn.t option;Each engine configuration contains the ARN of the Lambda function that is used as the canary's engine for a specific browser type.
*)browserType : BrowserType.t option;The browser type associated with this engine configuration.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of FunctionArn.t ]) list ]