deploymentStyle

@JvmName(name = "pqnficuxncjqyfwx")
suspend fun deploymentStyle(value: Output<DeploymentGroupDeploymentStyleArgs>)
@JvmName(name = "fwnljhsieoasqpys")
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 = "wroeltflgwynfpme")
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).