Values_1.ConfigurationObjectSourceSpecifies the values that an admin sets for each job or session parameter configured in a Glue usage profile.
type nonrec t = {defaultValue : Values_0.ConfigValueString.t option;A default value for the parameter.
*)allowedValues : Values_0.AllowedValuesStringList.t option;A list of allowed values for the parameter.
*)minValue : Values_0.ConfigValueString.t option;A minimum allowed value for the parameter.
*)maxValue : Values_0.ConfigValueString.t option;A maximum allowed value for the parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Values_0.ConfigValueString.t ])
list ]