Values.EngagementSourceIncident Manager reaching out to a contact or escalation plan to engage contact during an incident.
type nonrec t = {engagementArn : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the engagement.
*)contactArn : SsmContactsArn.t option;The ARN of the escalation plan or contact that Incident Manager is engaging.
*)sender : Sender.t option;The user that started the engagement.
*)incidentId : IncidentId.t option;The ARN of the incident that's engaging the contact.
*)startTime : DateTime.t option;The time that the engagement began.
*)stopTime : DateTime.t option;The time that the engagement ended.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of SsmContactsArn.t | `Timestamp of DateTime.t ])
list ]