LayerVersionContent

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon S3 bucket of the layer archive.

Link copied to clipboard

The Amazon S3 key of the layer archive.

Link copied to clipboard
val s3ObjectVersion: String? = null

For versioned objects, the version of the layer archive object to use.