PipelineContentConfigArgs

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

Constructors

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

Functions

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

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.