S3DestinationSettings class

Settings associated with S3 destination

Constructors

S3DestinationSettings({S3DestinationAccessControl? accessControl, S3EncryptionSettings? encryption})
S3DestinationSettings.fromJson(Map<String, dynamic> json)
factory

Properties

accessControl S3DestinationAccessControl?
Optional. Have MediaConvert automatically apply Amazon S3 access control for the outputs in this output group. When you don't use this setting, S3 automatically applies the default access control list PRIVATE.
final
encryption S3EncryptionSettings?
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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