Values.ParameterDefinitionSourceA list of parameter values to add to the resource. A parameter is specified as a key-value pair. A valid parameter value must exist for any parameter that is marked as required in the multi-tenant distribution.
type nonrec t = {name : ParameterName.t;The name of the parameter.
*)definition : ParameterDefinitionSchema.t;The value that you assigned to the parameter.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ParameterName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of SensitiveStringType.t ])
list ])
list ])
list ]