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 AWS 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
-
EC2TagFilter in the AWS CodeDeploy API Reference.