Values.ContactTargetInfoSourceThe contact that Incident Manager is engaging during an incident.
type nonrec t = {contactId : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the contact.
*)isEssential : IsEssential.t;A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of IsEssential.t | `String of SsmContactsArn.t ])
list ]