Module Values_0.SwitchoverBlueGreenDeploymentRequestSource

Switches over a blue/green deployment. Before you switch over, production traffic is routed to the databases in the blue environment. After you switch over, production traffic is routed to the databases in the green environment. For more information, see Using Amazon RDS Blue/Green Deployments for database updates in the Amazon RDS User Guide and Using Amazon RDS Blue/Green Deployments for database updates in the Amazon Aurora User Guide.

Sourcetype nonrec t = {
  1. blueGreenDeploymentIdentifier : BlueGreenDeploymentIdentifier.t;
    (*

    The resource ID of the blue/green deployment. Constraints: Must match an existing blue/green deployment resource ID.

    *)
  2. switchoverTimeout : SwitchoverTimeout.t option;
    (*

    The amount of time, in seconds, for the switchover to complete. Default: 300 If the switchover takes longer than the specified duration, then any changes are rolled back, and no changes are made to the environments.

    *)
}
Sourceval context_ : string
Sourceval make : ?switchoverTimeout:??? -> blueGreenDeploymentIdentifier:BlueGreenDeploymentIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of SwitchoverTimeout.t | `String of BlueGreenDeploymentIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t