Get Notification Configuration
codeguruprofiler_get_notification_configuration | R Documentation |
Get the current configuration for anomaly notifications for a profiling group¶
Description¶
Get the current configuration for anomaly notifications for a profiling group.
Usage¶
Arguments¶
profilingGroupName
[required] The name of the profiling group we want to get the notification configuration for.
Value¶
A list with the following syntax:
list(
notificationConfiguration = list(
channels = list(
list(
eventPublishers = list(
"AnomalyDetection"
),
id = "string",
uri = "string"
)
)
)
)