PipelineThumbnailConfig class
Constructors
-
PipelineThumbnailConfig({Input<
String?> ? bucket, Input<String?> ? storageClass}) -
Creates a new PipelineThumbnailConfig.
bucketThe Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.storageClassThe 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.const -
PipelineThumbnailConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
bucket
→ Input<
String?> ? -
The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
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 thumbnails that it stores in your Amazon S3 bucket.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited