AWS SDK for .NET Documentation
Permissions Property
AmazonAmazon.ElasticTranscoder.ModelPipelineOutputConfigPermissions Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property Permissions.

Optional. The

CopyC#
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.

If you include

CopyC#
Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by
CopyC#
Role
. If you want that user to have full control, you must explicitly grant full control to the user.

If you omit

CopyC#
Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by
CopyC#
Role
, and grants no other permissions to any other user or group.

Declaration Syntax
C#
public List<Permission> Permissions { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)