AWS SDK for .NET Documentation
Permission Class
AmazonAmazon.ElasticTranscoder.ModelPermission Did this page help you?   Yes   No    Tell us about it...
The
CopyC#
Permission
structure.
Declaration Syntax
C#
public class Permission
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Permission()()()()
Initializes a new instance of the Permission class

Access
Gets and sets the property Access.

The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:

  • CopyC#
    READ
    : The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
  • CopyC#
    READ_ACP
    : The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
  • CopyC#
    WRITE_ACP
    : The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.
  • CopyC#
    FULL_CONTROL
    : The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Grantee
Gets and sets the property Grantee.

The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.


GranteeType
Gets and sets the property GranteeType.

The type of value that appears in the Grantee object:

  • CopyC#
    Canonical
    : Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. A canonical user ID is not the same as an AWS account number.
  • CopyC#
    Email
    : The registered email address of an AWS account.
  • CopyC#
    Group
    : One of the following predefined Amazon S3 groups:
    CopyC#
    AllUsers
    ,
    CopyC#
    AuthenticatedUsers
    , or
    CopyC#
    LogDelivery
    .


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAccess(array<String>[]()[][]) Obsolete.
Sets the Access property

WithAccess(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the Access property

WithGrantee(String) Obsolete.
Sets the Grantee property

WithGranteeType(String) Obsolete.
Sets the GranteeType property

Inheritance Hierarchy
Object
Permission

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