| Package | Description |
|---|---|
| software.amazon.awscdk.services.codeguruprofiler |
AWS::CodeGuruProfiler Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ComputePlatform |
ProfilingGroupProps.getComputePlatform()
(experimental) The compute platform of the profiling group.
|
ComputePlatform |
ProfilingGroupProps.Jsii$Proxy.getComputePlatform() |
static ComputePlatform |
ComputePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputePlatform[] |
ComputePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProfilingGroup.Builder |
ProfilingGroup.Builder.computePlatform(ComputePlatform computePlatform)
(experimental) The compute platform of the profiling group.
|
ProfilingGroupProps.Builder |
ProfilingGroupProps.Builder.computePlatform(ComputePlatform computePlatform)
Sets the value of
ProfilingGroupProps.getComputePlatform() |
| Constructor and Description |
|---|
Jsii$Proxy(ComputePlatform computePlatform,
String profilingGroupName)
Constructor that initializes the object based on literal property values passed by the
ProfilingGroupProps.Builder. |
Copyright © 2021. All rights reserved.