Module: AWSCDK::CodeGuruProfiler::ComputePlatform
- Defined in:
- code_guru_profiler/compute_platform.rb
Overview
The compute platform of the profiling group.
Constant Summary collapse
- AWS_LAMBDA =
Deprecated.Note:
Default:
Use AWS_LAMBDA if your application runs on AWS Lambda.
Jsii::Enum.new("aws-cdk-lib.aws_codeguruprofiler.ComputePlatform", "AWS_LAMBDA")
- DEFAULT =
Deprecated.Note:
Default:
Use Default if your application runs on a compute platform that is not AWS Lambda, such an Amazon EC2 instance, an on-premises server, or a different platform.
Jsii::Enum.new("aws-cdk-lib.aws_codeguruprofiler.ComputePlatform", "DEFAULT")