Module Values.ProtectedJobParametersSource

The parameters for the protected job.

Sourcetype nonrec t = {
  1. analysisTemplateArn : AnalysisTemplateArn.t;
    (*

    The ARN of the analysis template.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?parameters:??? -> analysisTemplateArn:AnalysisTemplateArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of JobParameterName.t ] * [> `String of JobParameterValue.t ]) list | `String of AnalysisTemplateArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t