Channel
Notification medium for users to get alerted for events that occur in application profile. We support SNS topic as a notification channel.
Contents
- eventPublishers
-
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.
Type: Array of strings
Array Members: Fixed number of 1 item.
Valid Values:
AnomalyDetection
Required: Yes
- uri
-
Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.
Type: String
Required: Yes
- id
-
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.Type: String
Pattern:
[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: