Values_0.CustomValuesConfigurationSourceThe configuration of custom values for the destination parameter in DestinationParameterValueConfiguration.
type nonrec t = {includeNullValue : BooleanObject.t option;Includes the null value in custom action parameter values.
*)customValues : CustomParameterValues.t;}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Structure of
(string
* [> `List of
[> `Double of SensitiveDoubleObject.t
| `Long of SensitiveLongObject.t
| `String of SensitiveStringObject.t
| `Timestamp of SensitiveTimestamp.t ]
list ])
list ])
list ]