CustomArtifactConfiguration - Amazon Managed Service for Apache Flink (formerly Amazon Kinesis Data Analytics for Apache Flink)
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CustomArtifactConfiguration

Specifies dependency JARs, as well as JAR files that contain user-defined functions (UDF).

Contents

ArtifactType

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.

Type: String

Valid Values: UDF | DEPENDENCY_JAR

Required: Yes

MavenReference

The parameters required to fully specify a Maven reference.

Type: MavenReference object

Required: No

S3ContentLocation

For a Managed Service for Apache Flink application provides a description of an Amazon S3 object, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.

Type: S3ContentLocation object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: