Deployment Group Deployment Style Args
data class DeploymentGroupDeploymentStyleArgs(val deploymentOption: Output<String>? = null, val deploymentType: Output<String>? = null) : ConvertibleToJava<DeploymentGroupDeploymentStyleArgs>
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.