Values.AssociateChannelRequestSourceAssociates a delivery Channel with a particular NotificationConfiguration. Supported Channels include Amazon Q Developer in chat applications, the Console Mobile Application, and emails (notifications-contacts).
type nonrec t = {arn : ChannelArn.t;The Amazon Resource Name (ARN) of the Channel to associate with the NotificationConfiguration. Supported ARNs include Amazon Q Developer in chat applications, the Console Mobile Application, and notifications-contacts.
*)notificationConfigurationArn : NotificationConfigurationArn.t;The ARN of the NotificationConfiguration to associate with the Channel.
*)}val make :
arn:ChannelArn.t ->
notificationConfigurationArn:NotificationConfigurationArn.t ->
unit ->
t