Values.CustomArtifactConfigurationSourceSpecifies dependency JARs, as well as JAR files that contain user-defined functions (UDF).
type nonrec t = {artifactType : ArtifactType.t;UDF stands for user-defined functions. This type of artifact must be in an S3 bucket. A DEPENDENCY_JAR can be in either Maven or an S3 bucket.
*)s3ContentLocation : S3ContentLocation.t option;mavenReference : MavenReference.t option;The parameters required to fully specify a Maven reference.
*)}val make :
?s3ContentLocation:??? ->
?mavenReference:??? ->
artifactType:ArtifactType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of BucketARN.t ]) list ])
list ]