ComputePlatform
- class aws_cdk.aws_codedeploy.ComputePlatform(*values)
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.