profiling_group
Gets an individual profiling_group
resource
Overview
Name | profiling_group |
Type | Resource |
Description | profiling_group |
Id | awscc.codeguruprofiler.profiling_group |
Fields
Name | Datatype | Description |
---|---|---|
profiling_group_name | string | The name of the profiling group. |
compute_platform | string | The compute platform of the profiling group. |
agent_permissions | object | The agent permissions attached to this profiling group. |
anomaly_detection_notification_configuration | array | 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 |
arn | string | The Amazon Resource Name (ARN) of the specified profiling group. |
tags | array | The tags associated with a profiling group. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
profiling_group_name,
compute_platform,
agent_permissions,
anomaly_detection_notification_configuration,
arn,
tags
FROM awscc.codeguruprofiler.profiling_group
WHERE data__Identifier = '<ProfilingGroupName>';
Permissions
To operate on the profiling_group
resource, the following permissions are required:
Read
codeguru-profiler:DescribeProfilingGroup,
codeguru-profiler:ListTagsForResource
Update
sns:Publish,
codeguru-profiler:AddNotificationChannels,
codeguru-profiler:GetNotificationConfiguration,
codeguru-profiler:RemoveNotificationChannel,
codeguru-profiler:PutPermission,
codeguru-profiler:RemovePermission,
codeguru-profiler:GetPolicy,
codeguru-profiler:TagResource,
codeguru-profiler:UntagResource,
codeguru-profiler:ListTagsForResource
Delete
codeguru-profiler:DeleteProfilingGroup