deploymentStyle

@JvmName(name = "wknrwfulegywtkna")
suspend fun deploymentStyle(value: Output<DeploymentGroupDeploymentStyleArgs>)
@JvmName(name = "fmbdwxsicqltuoww")
suspend fun deploymentStyle(value: DeploymentGroupDeploymentStyleArgs?)

Parameters

value

Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (documented below).


@JvmName(name = "hiclocnlstxnkrtt")
suspend fun deploymentStyle(argument: suspend DeploymentGroupDeploymentStyleArgsBuilder.() -> Unit)

Parameters

argument

Configuration block of the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer (documented below).