deploymentStyle property

Output<DeploymentGroupDeploymentStyle?> deploymentStyle
latefinal

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).

Implementation

late final pulumi.Output<DeploymentGroupDeploymentStyle?> deploymentStyle;