PipelineContentConfigArgs

data class PipelineContentConfigArgs(val bucket: Output<String>? = null, val storageClass: Output<String>? = null) : ConvertibleToJava<PipelineContentConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val bucket: Output<String>? = null

The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.

Link copied to clipboard
val storageClass: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): PipelineContentConfigArgs