Values.ContactSourceA personal contact or escalation plan that Incident Manager engages during an incident.
type nonrec t = {contactArn : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the contact or escalation plan.
*)alias : ContactAlias.t option;The unique and identifiable alias of the contact or escalation plan.
*)displayName : ContactName.t option;The full name of the contact or escalation plan.
*)type_ : ContactType.t option;The type of contact. PERSONAL: A single, individual contact. ESCALATION: An escalation plan. ONCALL_SCHEDULE: An on-call schedule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of SsmContactsArn.t ]) list ]