deploymentStyle

@JvmName(name = "adiimrsnbpmwapud")
suspend fun deploymentStyle(value: Output<DeploymentGroupDeploymentStyleArgs>)
@JvmName(name = "ckfqtvmritbmpjcq")
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 = "bhuwivhhdvqexptg")
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).