{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-structure/mediaconvert-api-s3-object-canned-acl-structure.json", "name": "S3ObjectCannedAcl", "type": "string", "description": "Choose an Amazon S3 canned ACL for MediaConvert to apply to this output.", "enum": [ "PUBLIC_READ", "AUTHENTICATED_READ", "BUCKET_OWNER_READ", "BUCKET_OWNER_FULL_CONTROL" ] }