computePlatform property
The compute platform of the profiling group. If it is set to
AWSLambda
, then the profiled application runs on AWS Lambda. If
it is set to Default
, then the profiled application runs on a
compute platform that is not AWS Lambda, such an Amazon EC2 instance, an
on-premises server, or a different platform. The default is
Default
.
Implementation
final ComputePlatform? computePlatform;