CodeGuruProfiler / Client / remove_notification_channel
remove_notification_channel#
- CodeGuruProfiler.Client.remove_notification_channel(**kwargs)#
Remove one anomaly notifications channel for a profiling group.
See also: AWS API Documentation
Request Syntax
response = client.remove_notification_channel( channelId='string', profilingGroupName='string' )
- Parameters:
channelId (string) –
[REQUIRED]
The id of the channel that we want to stop receiving notifications.
profilingGroupName (string) –
[REQUIRED]
The name of the profiling group we want to change notification configuration for.
- Return type:
dict
- Returns:
Response Syntax
{ 'notificationConfiguration': { 'channels': [ { 'eventPublishers': [ 'AnomalyDetection', ], 'id': 'string', 'uri': 'string' }, ] } }
Response Structure
(dict) –
The structure representing the RemoveNotificationChannelResponse.
notificationConfiguration (dict) –
The new notification configuration for this profiling group.
channels (list) –
List of up to two channels to be used for sending notifications for events detected from the application profile.
(dict) –
Notification medium for users to get alerted for events that occur in application profile. We support SNS topic as a notification channel.
eventPublishers (list) –
List of publishers for different type of events that may be detected in an application from the profile. Anomaly detection is the only event publisher in Profiler.
(string) –
id (string) –
Unique identifier for each
Channel
in the notification configuration of a Profiling Group. A random UUID for channelId is used when adding a channel to the notification configuration if not specified in the request.uri (string) –
Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.
Exceptions
CodeGuruProfiler.Client.exceptions.InternalServerException
CodeGuruProfiler.Client.exceptions.ValidationException
CodeGuruProfiler.Client.exceptions.ThrottlingException
CodeGuruProfiler.Client.exceptions.ResourceNotFoundException