Values_0.IntegerValueWhenUnsetConfigurationSourceA parameter declaration for the Integer data type. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
type nonrec t = {valueWhenUnsetOption : ValueWhenUnsetOption.t option;The built-in options for default values. The value can be one of the following: RECOMMENDED: The recommended value. NULL: The NULL value.
*)customValue : SensitiveLong.t option;A custom value that's used when the value of a parameter isn't set.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of SensitiveLong.t ]) list ]