Skip to main content

profiling_group_tags

Expands all tag keys and values for profiling_groups in a region

Overview

Nameprofiling_group_tags
TypeResource
DescriptionThis resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service.
Idaws.codeguruprofiler.profiling_group_tags

Fields

NameDatatypeDescription
profiling_group_namestringThe name of the profiling group.
compute_platformstringThe compute platform of the profiling group.
agent_permissionsobjectThe agent permissions attached to this profiling group.
anomaly_detection_notification_configurationarrayConfiguration 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
arnstringThe Amazon Resource Name (ARN) of the specified profiling group.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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