Values.ProtectedQuerySQLParametersSourceThe parameters for the SQL type Protected Query.
type nonrec t = {queryString : ProtectedQuerySQLParametersQueryStringString.t option;The query string to be submitted.
*)analysisTemplateArn : AnalysisTemplateArn.t option;The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.
*)parameters : ParameterMap.t option;The protected query SQL parameters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of ProtectedQuerySQLParametersQueryStringString.t ])
list ]