Show / Hide Table of Contents

Enum ComputePlatform

The compute platform of a deployment configuration.

Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum ComputePlatform
Syntax (vb)
Public Enum ComputePlatform

Synopsis

Fields

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.

Fields

Name Description
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.

Back to top Generated by DocFX