UserNotifications / Client / update_managed_notification_channel_association
update_managed_notification_channel_association¶
- UserNotifications.Client.update_managed_notification_channel_association(**kwargs)¶
Updates the
isSensitiveEventsSubscribedproperty 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
ManagedNotificationConfigurationwhose 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:SubscribeSensitiveEventspermission controls access to sensitive events.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
UserNotifications.Client.exceptions.AccessDeniedExceptionUserNotifications.Client.exceptions.ValidationExceptionUserNotifications.Client.exceptions.InternalServerExceptionUserNotifications.Client.exceptions.ConflictExceptionUserNotifications.Client.exceptions.ResourceNotFoundExceptionUserNotifications.Client.exceptions.ThrottlingException