Values.MotionGraphicsActivateScheduleActionSettingsSourceSettings to specify the rendering of motion graphics into the video stream.
type nonrec t = {duration : Awso.Import.Int64.t option;Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed.
*)passwordParam : string option;Key used to extract the password from EC2 Parameter store
*)url : string option;URI of the HTML5 content to be rendered into the live stream.
*)username : string option;Documentation update needed
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Awso.Import.Int64.t | `String of string ]) list ]