profiling_groups_list_only
Lists profiling_groups
in a region or regions, for all properties use profiling_groups
Overview
Name | profiling_groups_list_only |
Type | Resource |
Description | This resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service. |
Id | aws.codeguruprofiler.profiling_groups_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all profiling_groups
in a region.
SELECT
region,
profiling_group_name
FROM aws.codeguruprofiler.profiling_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the profiling_groups_list_only
resource, see profiling_groups