Application Custom Artifact Configuration
data class ApplicationCustomArtifactConfiguration(val artifactType: ApplicationCustomArtifactConfigurationArtifactType, val mavenReference: ApplicationMavenReference? = null, val s3ContentLocation: ApplicationS3ContentLocation? = null)
The configuration of connectors and user-defined functions.
Constructors
Link copied to clipboard
constructor(artifactType: ApplicationCustomArtifactConfigurationArtifactType, mavenReference: ApplicationMavenReference? = null, s3ContentLocation: ApplicationS3ContentLocation? = null)
Properties
Link copied to clipboard
Set this to either UDF
or DEPENDENCY_JAR
. 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.
Link copied to clipboard
The parameters required to fully specify a Maven reference.
Link copied to clipboard
The location of the custom artifacts.