v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1423128111.3 KB

Creates a profiling group.

post/profilingGroups#clientToken

Query parameters

clientTokenstring required

Amazon CodeGuru Profiler uses this universally unique identifier (UUID) to prevent the accidental creation of duplicate profiling groups if there are failures and retries.

Request body

computePlatform'Default' | 'AWSLambda'

The compute platform of the profiling group. Use <code>AWSLambda</code> if your application runs on AWS Lambda. Use <code>Default</code> if your application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform. If not specified, <code>Default</code> is used.

profilingGroupNamestring required

The name of the profiling group to create.

tagsobject

A list of tags to add to the created profiling group.

Response

Success