Values.ScriptDetailsSourceDescribes the details of the script.
type nonrec t = {scriptS3Location : S3Location.t;The S3 object location for the script.
*)executablePath : String_.t;The run path for the script.
*)executableParameters : String_.t option;The runtime parameters passed to the run path for the script.
*)timeoutInSeconds : Integer.t;The run timeout, in seconds, for the script.
*)}val make :
?executableParameters:??? ->
scriptS3Location:S3Location.t ->
executablePath:String_.t ->
timeoutInSeconds:Integer.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ]