enum ComputePlatform
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeDeploy.ComputePlatform |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodedeploy#ComputePlatform |
Java | software.amazon.awscdk.services.codedeploy.ComputePlatform |
Python | aws_cdk.aws_codedeploy.ComputePlatform |
TypeScript (source) | aws-cdk-lib » aws_codedeploy » ComputePlatform |
The compute platform of a deployment configuration.
Members
Name | Description |
---|---|
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. |
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.