profiling_groups
Retrieves a list of profiling_groups
in a region
Overview
Name | profiling_groups |
Type | Resource |
Description | profiling_groups |
Id | awscc.codeguruprofiler.profiling_groups |
Fields
Name | Datatype | Description |
---|---|---|
profiling_group_name | string | The name of the profiling group. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
profiling_group_name
FROM awscc.codeguruprofiler.profiling_groups
WHERE region = 'us-east-1'
Permissions
To operate on the profiling_groups
resource, the following permissions are required:
Create
sns:Publish,
codeguru-profiler:AddNotificationChannels,
codeguru-profiler:CreateProfilingGroup,
codeguru-profiler:PutPermission,
codeguru-profiler:TagResource
List
codeguru-profiler:ListProfilingGroups,
codeguru-profiler:ListTagsForResource