aws-cdk-lib.aws_codedeploy.ComputePlatform

enum ComputePlatform

LanguageType name
.NETAmazon.CDK.AWS.CodeDeploy.ComputePlatform
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#ComputePlatform
Javasoftware.amazon.awscdk.services.codedeploy.ComputePlatform
Pythonaws_cdk.aws_codedeploy.ComputePlatform
TypeScript (source)aws-cdk-lib » aws_codedeploy » ComputePlatform

The compute platform of a deployment configuration.

Members

NameDescription
SERVERThe deployment will target EC2 instances or on-premise servers.
LAMBDAThe deployment will target a Lambda function.
ECSThe deployment will target an ECS server.

SERVER

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


LAMBDA

The deployment will target a Lambda function.


ECS

The deployment will target an ECS server.