aws-cdk-lib.aws_codeguruprofiler.ProfilingGroupProps

interface ProfilingGroupProps

LanguageType name
.NETAmazon.CDK.AWS.CodeGuruProfiler.ProfilingGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodeguruprofiler#ProfilingGroupProps
Javasoftware.amazon.awscdk.services.codeguruprofiler.ProfilingGroupProps
Pythonaws_cdk.aws_codeguruprofiler.ProfilingGroupProps
TypeScript (source)aws-cdk-lib » aws_codeguruprofiler » ProfilingGroupProps

Properties for creating a new Profiling Group.

Example

const profilingGroup = new codeguruprofiler.ProfilingGroup(this, 'MyProfilingGroup', {
  computePlatform: codeguruprofiler.ComputePlatform.AWS_LAMBDA,
});

Properties

NameTypeDescription
computePlatform?ComputePlatformThe compute platform of the profiling group.
profilingGroupName?stringA name for the profiling group.

computePlatform?

Type: ComputePlatform (optional, default: ComputePlatform.DEFAULT)

The compute platform of the profiling group.


profilingGroupName?

Type: string (optional, default: automatically generated name.)

A name for the profiling group.