anomaly Detection Notification Configuration
suspend fun anomalyDetectionNotificationConfiguration(value: Output<List<ProfilingGroupChannelArgs>>)
Parameters
value
Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency
suspend fun anomalyDetectionNotificationConfiguration(vararg values: Output<ProfilingGroupChannelArgs>)
suspend fun anomalyDetectionNotificationConfiguration(values: List<Output<ProfilingGroupChannelArgs>>)
Parameters
values
Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency
suspend fun anomalyDetectionNotificationConfiguration(argument: List<suspend ProfilingGroupChannelArgsBuilder.() -> Unit>)
suspend fun anomalyDetectionNotificationConfiguration(vararg argument: suspend ProfilingGroupChannelArgsBuilder.() -> Unit)
suspend fun anomalyDetectionNotificationConfiguration(argument: suspend ProfilingGroupChannelArgsBuilder.() -> Unit)
Parameters
argument
Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency