Show / Hide Table of Contents

Interface IProfilingGroupProps

Properties for creating a new Profiling Group.

Namespace: Amazon.CDK.AWS.CodeGuruProfiler
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IProfilingGroupProps
Syntax (vb)
Public Interface IProfilingGroupProps
Remarks

ExampleMetadata: infused

Examples
var profilingGroup = new ProfilingGroup(this, "MyProfilingGroup", new ProfilingGroupProps {
                ComputePlatform = ComputePlatform.AWS_LAMBDA
            });

Synopsis

Properties

ComputePlatform

The compute platform of the profiling group.

ProfilingGroupName

A name for the profiling group.

Properties

ComputePlatform

The compute platform of the profiling group.

ComputePlatform? ComputePlatform { get; }
Property Value

ComputePlatform?

Remarks

Default: ComputePlatform.DEFAULT

ProfilingGroupName

A name for the profiling group.

string? ProfilingGroupName { get; }
Property Value

string

Remarks

Default: - automatically generated name.

Back to top Generated by DocFX