Values.UpdateMonitorRequestSourceModifies the settings for a Deadline Cloud monitor. You can modify one or all of the settings when you call UpdateMonitor.
type nonrec t = {monitorId : MonitorId.t;The unique identifier of the monitor to update.
*)subdomain : Subdomain.t option;The new value of the subdomain to use when forming the monitor URL.
*)displayName : ResourceName.t option;The new value to use for the monitor's display name. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)roleArn : IamRoleArn.t option;The Amazon Resource Name of the new IAM role to use with the monitor.
*)}val make :
?subdomain:??? ->
?displayName:??? ->
?roleArn:??? ->
monitorId:MonitorId.t ->
unit ->
t