DeploymentControllerType¶
-
class
aws_cdk.aws_ecs.
DeploymentControllerType
(value)¶ Bases:
enum.Enum
The deployment controller type to use for the service.
Attributes
-
CODE_DEPLOY
¶ The blue/green (CODE_DEPLOY) deployment type uses the blue/green deployment model powered by AWS CodeDeploy.
-
ECS
¶ The rolling update (ECS) deployment type involves replacing the current running version of the container with the latest version.
-
EXTERNAL
¶ The external (EXTERNAL) deployment type enables you to use any third-party deployment controller.
-