S3DestinationAccessControl class
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.
Constructors
- S3DestinationAccessControl({S3ObjectCannedAcl? cannedAcl})
-
S3DestinationAccessControl.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cannedAcl → S3ObjectCannedAcl?
-
Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.
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