PipelineContentConfig class
Constructors
-
PipelineContentConfig({Input<String?>? bucket, Input<String?>? storageClass})
-
Creates a new PipelineContentConfig.
bucket The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
storageClass 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.
const
-
PipelineContentConfig.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
bucket
→ Input<String?>?
-
The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
storageClass
→ Input<String?>?
-
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.
final