ComputePlatform

class aws_cdk.aws_codedeploy.ComputePlatform(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

The compute platform of a deployment configuration.

Attributes

ECS

The deployment will target an ECS server.

LAMBDA

The deployment will target a Lambda function.

SERVER

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