Uses of Enum
software.amazon.awscdk.services.codeguruprofiler.ComputePlatform
Package
Description
AWS::CodeGuruProfiler Construct Library
-
Uses of ComputePlatform in software.amazon.awscdk.services.codeguruprofiler
Modifier and TypeMethodDescriptiondefault ComputePlatform
ProfilingGroupProps.getComputePlatform()
The compute platform of the profiling group.final ComputePlatform
ProfilingGroupProps.Jsii$Proxy.getComputePlatform()
static ComputePlatform
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 TypeMethodDescriptionProfilingGroup.Builder.computePlatform
(ComputePlatform computePlatform) The compute platform of the profiling group.ProfilingGroupProps.Builder.computePlatform
(ComputePlatform computePlatform) Sets the value ofProfilingGroupProps.getComputePlatform()