Application Code Content Args
data class ApplicationCodeContentArgs(val s3ContentLocation: Output<ApplicationS3ContentLocationArgs>? = null, val textContent: Output<String>? = null, val zipFileContent: Output<String>? = null) : ConvertibleToJava<ApplicationCodeContentArgs>
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: Output<ApplicationS3ContentLocationArgs>? = null, textContent: Output<String>? = null, zipFileContent: Output<String>? = null)