UserNotifications / Client / associate_managed_notification_additional_channel

associate_managed_notification_additional_channel#

UserNotifications.Client.associate_managed_notification_additional_channel(**kwargs)#

Associates an additional Channel with a particular ManagedNotificationConfiguration.

Supported Channels include Chatbot, the Console Mobile Application, and emails (notifications-contacts).

See also: AWS API Documentation

Request Syntax

response = client.associate_managed_notification_additional_channel(
    channelArn='string',
    managedNotificationConfigurationArn='string'
)
Parameters:
  • channelArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the Channel to associate with the ManagedNotificationConfiguration.

    Supported ARNs include Chatbot, the Console Mobile Application, and email (notifications-contacts).

  • managedNotificationConfigurationArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration to associate with the additional Channel.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions