PipelineContentConfig

data class PipelineContentConfig(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 transcoded files and playlists.

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 files and playlists that it stores in your Amazon S3 bucket.