@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:04.636Z") @Stability(value=Experimental) public interface ProfilingGroupProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codeguruprofiler.*;
ProfilingGroupProps profilingGroupProps = ProfilingGroupProps.builder()
.computePlatform(ComputePlatform.AWS_LAMBDA)
.profilingGroupName("profilingGroupName")
.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()
(experimental) The compute platform of the profiling group.
|
default String |
getProfilingGroupName()
(experimental) A name for the profiling group.
|
@Stability(value=Experimental) @Nullable default ComputePlatform getComputePlatform()
Default: ComputePlatform.DEFAULT
@Stability(value=Experimental) @Nullable default String getProfilingGroupName()
Default: - automatically generated name.
@Stability(value=Experimental) static ProfilingGroupProps.Builder builder()
ProfilingGroupProps.Builder of ProfilingGroupPropsCopyright © 2022. All rights reserved.