AWS::KinesisAnalyticsV2::Application ApplicationCodeConfiguration
Describes code configuration for an application.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CodeContent" :
CodeContent
, "CodeContentType" :String
}
YAML
CodeContent:
CodeContent
CodeContentType:String
Properties
CodeContent
-
The location and type of the application code.
Required: Yes
Type: CodeContent
Update requires: No interruption
CodeContentType
-
Specifies whether the code content is in text or zip format.
Required: Yes
Type: String
Allowed values:
PLAINTEXT | ZIPFILE
Update requires: No interruption
See also
-
ApplicationCodeConfiguration in the Amazon Kinesis Data Analytics API Reference