@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.444Z") @Stability(value=Stable) public interface ProfilingGroupProps extends software.amazon.jsii.JsiiSerializable
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 String |
getProfilingGroupName()
A name for the profiling group.
|
@Stability(value=Stable) @Nullable default ComputePlatform getComputePlatform()
Default: ComputePlatform.DEFAULT
@Stability(value=Stable) @Nullable default String getProfilingGroupName()
Default: - automatically generated name.
@Stability(value=Stable) static ProfilingGroupProps.Builder builder()
ProfilingGroupProps.Builder of ProfilingGroupPropsCopyright © 2022. All rights reserved.