Module Values_0.EdgeDeploymentConfigSource

Contains information about the configuration of a deployment.

Sourcetype nonrec t = {
  1. failureHandlingPolicy : FailureHandlingPolicy.t;
    (*

    Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.

    *)
}
Sourceval context_ : string
Sourceval make : failureHandlingPolicy:FailureHandlingPolicy.t -> 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