Module Values.ChannelTargetInfoSource

Information about the contact channel that Incident Manager uses to engage the contact.

Sourcetype nonrec t = {
  1. contactChannelId : SsmContactsArn.t;
    (*

    The Amazon Resource Name (ARN) of the contact channel.

    *)
  2. retryIntervalInMinutes : RetryIntervalInMinutes.t option;
    (*

    The number of minutes to wait before retrying to send engagement if the engagement initially failed.

    *)
}
Sourceval context_ : string
Sourceval make : ?retryIntervalInMinutes:??? -> contactChannelId:SsmContactsArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of RetryIntervalInMinutes.t | `String of SsmContactsArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t