Values.ContactChannelSourceThe method that Incident Manager uses to engage a contact.
type nonrec t = {contactChannelArn : SsmContactsArn.t option;The Amazon Resource Name (ARN) of the contact channel.
*)contactArn : SsmContactsArn.t option;The ARN of the contact that contains the contact channel.
*)name : ChannelName.t option;The name of the contact channel.
*)type_ : ChannelType.t option;The type of the contact channel. Incident Manager supports three contact methods: SMS VOICE EMAIL
*)deliveryAddress : ContactChannelAddress.t option;The details that Incident Manager uses when trying to engage the contact channel.
*)activationStatus : ActivationStatus.t option;A Boolean value describing if the contact channel has been activated or not. If the contact channel isn't activated, Incident Manager can't engage the contact through it.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of SsmContactsArn.t
| `Structure of (string * [> `String of SimpleAddress.t ]) list ])
list ]