Module Values.S3DestinationAccessControlSource

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.

Sourcetype nonrec t = {
  1. cannedAcl : S3ObjectCannedAcl.t option;
    (*

    Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.

    *)
}
Sourceval make : ?cannedAcl:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t