Values.BlueGreenDeploymentConfigurationSourceInformation about blue/green deployment options for a deployment group.
type nonrec t = {terminateBlueInstancesOnDeploymentSuccess : BlueInstanceTerminationOption.t
option;Information about whether to terminate instances in the original fleet during a blue/green deployment.
*)deploymentReadyOption : DeploymentReadyOption.t option;Information about the action to take when newly provisioned instances are ready to receive traffic in a blue/green deployment.
*)greenFleetProvisioningOption : GreenFleetProvisioningOption.t option;Information about how instances are provisioned for a replacement environment in a blue/green deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `Integer of Duration.t ]) list ])
list ]