AWS::KinesisAnalyticsV2::Application ApplicationCodeConfiguration - 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 ApplicationCodeConfiguration

Describes code configuration for an application.

Syntax

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

JSON

{ "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