@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:41.054Z")
public interface ProfilingGroupProps
Example:
ProfilingGroup profilingGroup = ProfilingGroup.Builder.create(this, "MyProfilingGroup") .computePlatform(ComputePlatform.AWS_LAMBDA) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ProfilingGroupProps.Builder
A builder for
ProfilingGroupProps |
static class |
ProfilingGroupProps.Jsii$Proxy
An implementation for
ProfilingGroupProps |
Modifier and Type | Method and Description |
---|---|
static ProfilingGroupProps.Builder |
builder() |
default ComputePlatform |
getComputePlatform()
The compute platform of the profiling group.
|
default java.lang.String |
getProfilingGroupName()
A name for the profiling group.
|
default ComputePlatform getComputePlatform()
Default: ComputePlatform.DEFAULT
default java.lang.String getProfilingGroupName()
Default: - automatically generated name.
static ProfilingGroupProps.Builder builder()
ProfilingGroupProps.Builder
of ProfilingGroupProps