AWS::CodeDeploy::DeploymentGroup DeploymentStyle - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CodeDeploy::DeploymentGroup DeploymentStyle

Information about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DeploymentOption" : String, "DeploymentType" : String }

YAML

DeploymentOption: String DeploymentType: String

Properties

DeploymentOption

Indicates whether to route deployment traffic behind a load balancer.

Note

An Amazon EC2 Application Load Balancer or Network Load Balancer is required for an Amazon ECS deployment.

Required: No

Type: String

Allowed values: WITH_TRAFFIC_CONTROL | WITHOUT_TRAFFIC_CONTROL

Update requires: No interruption

DeploymentType

Indicates whether to run an in-place or blue/green deployment.

Required: No

Type: String

Allowed values: IN_PLACE | BLUE_GREEN

Update requires: No interruption

See also