Profiling Group Args
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<ProfilingGroupTagArgs>>? = null) : ConvertibleToJava<ProfilingGroupArgs>
This resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service.
Constructors
Link copied to clipboard
fun ProfilingGroupArgs(agentPermissions: Output<AgentPermissionsPropertiesArgs>? = null, anomalyDetectionNotificationConfiguration: Output<List<ProfilingGroupChannelArgs>>? = null, computePlatform: Output<ProfilingGroupComputePlatform>? = null, profilingGroupName: Output<String>? = null, tags: Output<List<ProfilingGroupTagArgs>>? = null)