This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "ArtifactType" :String, "MavenReference" :MavenReference, "S3ContentLocation" :S3ContentLocation}
YAML
ArtifactType:StringMavenReference:MavenReferenceS3ContentLocation:S3ContentLocation
Properties
- ArtifactType
- 
                    Set this to either UDForDEPENDENCY_JAR.UDFstands for user-defined functions. This type of artifact must be in an S3 bucket. ADEPENDENCY_JARcan be in either Maven or an S3 bucket.Required: Yes Type: String Allowed values: DEPENDENCY_JAR | UDFUpdate 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