Interface ProfilingGroupProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ProfilingGroupProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-05T03:43:40.518Z")
@Stability(Stable)
public interface ProfilingGroupProps
extends software.amazon.jsii.JsiiSerializable
Properties for creating a new Profiling Group.
Example:
ProfilingGroup profilingGroup = ProfilingGroup.Builder.create(this, "MyProfilingGroup") .computePlatform(ComputePlatform.AWS_LAMBDA) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forProfilingGroupProps
static final class
An implementation forProfilingGroupProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProfilingGroupProps.Builder
builder()
default ComputePlatform
The compute platform of the profiling group.default String
A name for the profiling group.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getComputePlatform
The compute platform of the profiling group.Default: ComputePlatform.DEFAULT
-
getProfilingGroupName
A name for the profiling group.Default: - automatically generated name.
-
builder
- Returns:
- a
ProfilingGroupProps.Builder
ofProfilingGroupProps
-