Skip to main content

profiling_groups_list_only

Lists profiling_groups in a region or regions, for all properties use profiling_groups

Overview

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

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.
tagsarrayThe tags associated with a profiling group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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