AWS::KinesisAnalyticsV2::Application CustomArtifactConfiguration
The configuration of connectors and user-defined functions.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ArtifactType" :
String
, "MavenReference" :MavenReference
, "S3ContentLocation" :S3ContentLocation
}
YAML
ArtifactType:
String
MavenReference:MavenReference
S3ContentLocation:S3ContentLocation
Properties
ArtifactType
-
Set this to either
UDF
orDEPENDENCY_JAR
.UDF
stands for user-defined functions. This type of artifact must be in an S3 bucket. ADEPENDENCY_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