profiling_group_tags
Expands all tag keys and values for profiling_groups
in a region
Overview
Name | profiling_group_tags |
Type | Resource |
Description | This resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service. |
Id | aws.codeguruprofiler.profiling_group_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all profiling_groups
in a region.
SELECT
region,
profiling_group_name,
compute_platform,
agent_permissions,
anomaly_detection_notification_configuration,
arn,
tag_key,
tag_value
FROM aws.codeguruprofiler.profiling_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the profiling_group_tags
resource, see profiling_groups