Module: AWSCDK::ECS::DeploymentControllerType

Defined in:
ecs/deployment_controller_type.rb

Overview

The deployment controller type to use for the service.

Constant Summary collapse

CODE_DEPLOY =
Deprecated.
Note:

Default:

The blue/green (CODE_DEPLOY) deployment type uses the blue/green deployment model powered by AWS CodeDeploy.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.DeploymentControllerType", "CODE_DEPLOY")
EXTERNAL =
Deprecated.
Note:

Default:

The external (EXTERNAL) deployment type enables you to use any third-party deployment controller.

Jsii::Enum.new("aws-cdk-lib.aws_ecs.DeploymentControllerType", "EXTERNAL")