Deployment Group Deployment Style
data class DeploymentGroupDeploymentStyle(val deploymentOption: String? = null, val deploymentType: String? = null)
Properties
Link copied to clipboard
Indicates whether to route deployment traffic behind a load balancer. Valid Values are WITH_TRAFFIC_CONTROL
or WITHOUT_TRAFFIC_CONTROL
. Default is WITHOUT_TRAFFIC_CONTROL
.
Link copied to clipboard
Indicates whether to run an in-place deployment or a blue/green deployment. Valid Values are IN_PLACE
or BLUE_GREEN
. Default is IN_PLACE
. Only one deployment_style
is allowed.