AWS::KinesisAnalyticsV2::Application CustomArtifactConfiguration - Amazon CloudFormation
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).

AWS::KinesisAnalyticsV2::Application CustomArtifactConfiguration

The configuration of connectors and user-defined functions.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

ArtifactType

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.

Required: Yes

Type: String

Allowed values: DEPENDENCY_JAR | UDF

Update requires: No interruption

MavenReference

The parameters required to fully specify a Maven reference.

Required: No

Type: MavenReference

Update requires: No interruption

S3ContentLocation

The location of the custom artifacts.

Required: No

Type: S3ContentLocation

Update requires: No interruption