Values.ChannelTargetInfoSourceInformation about the contact channel that Incident Manager uses to engage the contact.
type nonrec t = {contactChannelId : SsmContactsArn.t;The Amazon Resource Name (ARN) of the contact channel.
*)retryIntervalInMinutes : RetryIntervalInMinutes.t option;The number of minutes to wait before retrying to send engagement if the engagement initially failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RetryIntervalInMinutes.t
| `String of SsmContactsArn.t ])
list ]