Module: AWSCDK::CodeDeploy::ComputePlatform

Defined in:
code_deploy/compute_platform.rb

Overview

The compute platform of a deployment configuration.

Constant Summary collapse

SERVER =
Deprecated.
Note:

Default:

The deployment will target EC2 instances or on-premise servers.

Jsii::Enum.new("aws-cdk-lib.aws_codedeploy.ComputePlatform", "SERVER")
LAMBDA =
Deprecated.
Note:

Default:

The deployment will target a Lambda function.

Jsii::Enum.new("aws-cdk-lib.aws_codedeploy.ComputePlatform", "LAMBDA")