Values.DeploymentStyleSourceInformation about the type of deployment, either in-place or blue/green, you want to run and whether to route deployment traffic behind a load balancer.
type nonrec t = {deploymentType : DeploymentType.t option;Indicates whether to run an in-place deployment or a blue/green deployment.
*)deploymentOption : DeploymentOption.t option;Indicates whether to route deployment traffic behind a load balancer.
*)}