PipelineThumbnailConfig

data class PipelineThumbnailConfig(val bucket: String? = null, val storageClass: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String? = null, storageClass: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucket: String? = null

The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.

Link copied to clipboard
val storageClass: String? = null

The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.