ProfilingGroupArgs

data class ProfilingGroupArgs(val agentPermissions: Output<AgentPermissionsPropertiesArgs>? = null, val anomalyDetectionNotificationConfiguration: Output<List<ProfilingGroupChannelArgs>>? = null, val computePlatform: Output<ProfilingGroupComputePlatform>? = null, val profilingGroupName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ProfilingGroupArgs>

This resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service.

Constructors

Link copied to clipboard
constructor(agentPermissions: Output<AgentPermissionsPropertiesArgs>? = null, anomalyDetectionNotificationConfiguration: Output<List<ProfilingGroupChannelArgs>>? = null, computePlatform: Output<ProfilingGroupComputePlatform>? = null, profilingGroupName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

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

The compute platform of the profiling group.

Link copied to clipboard
val profilingGroupName: Output<String>? = null

The name of the profiling group.

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

The tags associated with a profiling group.

Functions

Link copied to clipboard
open override fun toJava(): ProfilingGroupArgs