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. |
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