Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomArtifactConfigurationDescription

import type { CustomArtifactConfigurationDescription } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";

Specifies a dependency JAR or a JAR of user-defined functions.

interface CustomArtifactConfigurationDescription {
ArtifactType?: ArtifactType | null;
MavenReferenceDescription?: MavenReference | null;
S3ContentLocationDescription?: S3ContentLocation | null;
}

§Properties

§
ArtifactType?: ArtifactType | null
[src]

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.

§
MavenReferenceDescription?: MavenReference | null
[src]

The parameters that are required to specify a Maven dependency.

§
S3ContentLocationDescription?: S3ContentLocation | null
[src]