AWS::KinesisAnalyticsV2::Application CustomArtifactConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::KinesisAnalyticsV2::Application CustomArtifactConfiguration

The configuration of connectors and user-defined functions.

Syntax

To declare this entity in your 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