Values_0.DocumentParameterSourceA map of key-value pairs containing the patterns that need to be replaced in a managed template job document schema. You can use the description of each key as a guidance to specify the inputs during runtime when creating a job. documentParameters can only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.
type nonrec t = {key : ParameterKey.t option;Key of the map field containing the patterns that need to be replaced in a managed template job document schema.
*)description : JobDescription.t option;Description of the map field containing the patterns that need to be replaced in a managed template job document schema.
*)regex : Regex.t option;A regular expression of the patterns that need to be replaced in a managed template job document schema.
*)example : Example.t option;An example illustrating a pattern that need to be replaced in a managed template job document schema.
*)optional : Optional.t option;Specifies whether a pattern that needs to be replaced in a managed template job document schema is optional or required.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Optional.t | `String of ParameterKey.t ]) list ]