PipelineOutputConfig class
The PipelineOutputConfig
structure.
Constructors
-
PipelineOutputConfig({String? bucket, List<
Permission> ? permissions, String? storageClass}) -
PipelineOutputConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bucket → String?
-
The Amazon S3 bucket in which you want Elastic Transcoder to save the
transcoded files. Specify this value when all of the following are true:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
permissions
→ List<
Permission> ? -
Optional. The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageClass → String?
-
The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited