DeploymentGroupDeploymentStyleArgs

data class DeploymentGroupDeploymentStyleArgs(val deploymentOption: Output<String>? = null, val deploymentType: Output<String>? = null) : ConvertibleToJava<DeploymentGroupDeploymentStyleArgs>

Constructors

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

Properties

Link copied to clipboard
val deploymentOption: Output<String>? = null

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: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentGroupDeploymentStyleArgs