AWS Fundamentals Logo
AWS Fundamentals
L2 Construct

ProfilingGroup

A new Profiling Group.

Import

import { ProfilingGroup } from 'aws-cdk-lib/aws-codeguruprofiler';

Or use the module namespace:

import * as codeguruprofiler from 'aws-cdk-lib/aws-codeguruprofiler';
// codeguruprofiler.ProfilingGroup

Properties

Configuration passed to the constructor as ProfilingGroupProps.

computePlatformOptional
ComputePlatform

The compute platform of the profiling group.

Default: ComputePlatform.DEFAULT

profilingGroupNameOptional
string

A name for the profiling group.

Default: - automatically generated name.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL2 (Higher-level)
Moduleaws-codeguruprofiler
Properties2

Related Constructs

External Links