ApplicationCodeContent

data class ApplicationCodeContent(val s3ContentLocation: ApplicationS3ContentLocation? = null, val textContent: String? = null, val zipFileContent: String? = null)

Specifies either the application code, or the location of the application code, for a Flink-based Kinesis Data Analytics application.

Constructors

Link copied to clipboard
constructor(s3ContentLocation: ApplicationS3ContentLocation? = null, textContent: String? = null, zipFileContent: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the Amazon S3 bucket that contains the application code.

Link copied to clipboard
val textContent: String? = null

The text-format code for a Flink-based Kinesis Data Analytics application.

Link copied to clipboard
val zipFileContent: String? = null

The zip-format code for a Flink-based Kinesis Data Analytics application.