Module Values.GreenFleetProvisioningOptionSource

Information about the instances that belong to the replacement environment in a blue/green deployment.

Sourcetype nonrec t = {
  1. action : GreenFleetProvisioningAction.t option;
    (*

    The method used to add instances to a replacement environment. DISCOVER_EXISTING: Use instances that already exist or will be created manually. COPY_AUTO_SCALING_GROUP: Use settings from a specified Auto Scaling group to define and create instances in a new Auto Scaling group.

    *)
}
Sourceval make : ?action:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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