Values.CustomArtifactConfigurationDescriptionSourceSpecifies a dependency JAR or a JAR of user-defined functions.
type nonrec t = {artifactType : ArtifactType.t option;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.
*)s3ContentLocationDescription : S3ContentLocation.t option;mavenReferenceDescription : MavenReference.t option;The parameters that are required to specify a Maven dependency.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of BucketARN.t ]) list ])
list ]