Get Profiling Group Result
data class GetProfilingGroupResult(val agentPermissions: AgentPermissionsProperties? = null, val anomalyDetectionNotificationConfiguration: List<ProfilingGroupChannel>? = null, val arn: String? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(agentPermissions: AgentPermissionsProperties? = null, anomalyDetectionNotificationConfiguration: List<ProfilingGroupChannel>? = null, arn: String? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The agent permissions attached to this profiling group.
Link copied to clipboard
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