Values.ProtectedJobParametersSourceThe parameters for the protected job.
type nonrec t = {analysisTemplateArn : AnalysisTemplateArn.t;The ARN of the analysis template.
*)parameters : JobParameterMap.t option;Runtime configuration values passed to the PySpark analysis script. Parameter names and types must match those defined in the analysis template.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of JobParameterName.t ]
* [> `String of JobParameterValue.t ])
list
| `String of AnalysisTemplateArn.t ])
list ]