UserNotifications / Client / update_managed_notification_channel_association

update_managed_notification_channel_association

UserNotifications.Client.update_managed_notification_channel_association(**kwargs)

Updates the isSensitiveEventsSubscribed property of a particular ManagedNotification channel association.

See also: AWS API Documentation

Request Syntax

response = client.update_managed_notification_channel_association(
    managedNotificationConfigurationArn='string',
    channelIdentifier='string',
    isSensitiveEventsSubscribed=True|False
)
Parameters:
  • managedNotificationConfigurationArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration whose Channel association property you want to update.

  • channelIdentifier (string) –

    [REQUIRED]

    The identifier of the channel association to update. You can specify one of the following:

    • An Account contact identifier.

    • A Channel ARN.

  • isSensitiveEventsSubscribed (boolean) – Specifies whether the association is subscribed to sensitive events. The notifications:SubscribeSensitiveEvents permission controls access to sensitive events.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • UserNotifications.Client.exceptions.AccessDeniedException

  • UserNotifications.Client.exceptions.ValidationException

  • UserNotifications.Client.exceptions.InternalServerException

  • UserNotifications.Client.exceptions.ConflictException

  • UserNotifications.Client.exceptions.ResourceNotFoundException

  • UserNotifications.Client.exceptions.ThrottlingException