GetProfilingGroupResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The agent permissions attached to this profiling group.

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

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the specified profiling group.

Link copied to clipboard
val tags: List<Tag>? = null

The tags associated with a profiling group.