You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaConvert::Types::S3DestinationAccessControl

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3DestinationAccessControl as input to an Aws::Client method, you can use a vanilla Hash:

{
  canned_acl: "PUBLIC_READ", # accepts PUBLIC_READ, AUTHENTICATED_READ, BUCKET_OWNER_READ, BUCKET_OWNER_FULL_CONTROL
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#canned_aclString

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

Possible values:

  • PUBLIC_READ
  • AUTHENTICATED_READ
  • BUCKET_OWNER_READ
  • BUCKET_OWNER_FULL_CONTROL

Returns:

  • (String)

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