DeploymentGroupDeploymentStyle

data class DeploymentGroupDeploymentStyle(val deploymentOption: String? = null, val deploymentType: String? = null)

Constructors

Link copied to clipboard
constructor(deploymentOption: String? = null, deploymentType: String? = null)

Types

Link copied to clipboard
object Companion

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
val deploymentType: String? = null

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.