Values.MonitorSummarySourceProvides information about a monitor in Deadline Cloud.
type nonrec t = {monitorId : MonitorId.t option;The unique identifier for the monitor.
*)displayName : ResourceName.t option;The name of the monitor that displays on the Deadline Cloud console. 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.
*)subdomain : Subdomain.t option;The subdomain used for the monitor URL. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
*)url : Url.t option;The complete URL of the monitor. The full URL of the monitor is subdomain.Region.deadlinecloud.amazonaws.com.
*)roleArn : IamRoleArn.t option;The Amazon Resource Name of the IAM role for the monitor. Users of the monitor use this role to access Deadline Cloud resources.
*)identityCenterInstanceArn : IdentityCenterInstanceArn.t option;The Amazon Resource Name of the IAM Identity Center instance responsible for authenticating monitor users.
*)identityCenterRegion : Region.t option;The AWS Region where IAM Identity Center is enabled.
*)identityCenterApplicationArn : IdentityCenterApplicationArn.t option;The Amazon Resource Name that the IAM Identity Center assigned to the monitor when it was created.
*)createdAt : CreatedAt.t option;The UNIX timestamp of the date and time that the monitor was created.
*)createdBy : CreatedBy.t option;The user name of the person that created the monitor.
*)updatedAt : UpdatedAt.t option;The UNIX timestamp of the date and time that the monitor was last updated.
*)updatedBy : UpdatedBy.t option;The user name of the person that last updated the monitor.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of MonitorId.t | `Timestamp of CreatedAt.t ]) list ]