ApplicationDefinition

data class ApplicationDefinition(val content: String? = null, val s3Location: String? = null)

Constructors

Link copied to clipboard
constructor(content: String? = null, s3Location: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

JSON application definition. Either this or s3_location must be specified.

Link copied to clipboard
val s3Location: String? = null

Location of the application definition in S3. Either this or content must be specified.