ApplicationVersionSourceBundle

data class ApplicationVersionSourceBundle(val s3Bucket: String, val s3Key: String)

Constructors

Link copied to clipboard
constructor(s3Bucket: String, s3Key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket where the data is located.

Link copied to clipboard

The Amazon S3 key where the data is located.