View source: R/codeguruprofiler_operations.R
codeguruprofiler_create_profiling_group | R Documentation |
Creates a profiling group.
See https://www.paws-r-sdk.com/docs/codeguruprofiler_create_profiling_group/ for full documentation.
codeguruprofiler_create_profiling_group(
agentOrchestrationConfig = NULL,
clientToken,
computePlatform = NULL,
profilingGroupName,
tags = NULL
)
agentOrchestrationConfig |
Specifies whether profiling is enabled or disabled for the created profiling group. |
clientToken |
[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. |
computePlatform |
The compute platform of the profiling group. Use |
profilingGroupName |
[required] The name of the profiling group to create. |
tags |
A list of tags to add to the created profiling group. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.