AppBlockS3Location

data class AppBlockS3Location(val s3Bucket: String, val s3Key: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket of the app block.

Link copied to clipboard
val s3Key: String? = null

The S3 key of the S3 object of the virtual hard disk. This is required when it's used by SetupScriptDetails and PostSetupScriptDetails .