AWS SDK for .NET Documentation
Pipeline Class
AmazonAmazon.ElasticTranscoder.ModelPipeline Did this page help you?   Yes   No    Tell us about it...
The pipeline (queue) that is used to manage jobs.
Declaration Syntax
C#
public class Pipeline
Members
All MembersConstructorsMethodsProperties



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

Arn
Gets and sets the property Arn.

The Amazon Resource Name (ARN) for the pipeline.


ContentConfig
Gets and sets the property ContentConfig.

Information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists. Either you specify both

CopyC#
ContentConfig
and
CopyC#
ThumbnailConfig
, or you specify
CopyC#
OutputBucket
.

  • Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
  • Permissions: A list of the users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access that you want them to have.
    • GranteeType: The type of value that appears in the
      CopyC#
      Grantee
      object:
      • CopyC#
        Canonical
        : Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.
      • 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
        .
    • CopyC#
      Grantee
      : The AWS user or group that you want to have access to transcoded files and playlists.
    • CopyC#
      Access
      : The permission that you want to give to the AWS user that is listed in
      CopyC#
      Grantee
      . Valid values include:
      • CopyC#
        READ
        : The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.
      • CopyC#
        READ_ACP
        : The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.
      • CopyC#
        WRITE_ACP
        : The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.
      • CopyC#
        FULL_CONTROL
        : The grantee has
        CopyC#
        READ
        ,
        CopyC#
        READ_ACP
        , and
        CopyC#
        WRITE_ACP
        permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.
  • StorageClass: The Amazon S3 storage class, Standard or ReducedRedundancy, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your 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.)
Id
Gets and sets the property Id.

The identifier for the pipeline. You use this value to identify the pipeline in which you want to perform a variety of operations, such as creating a job or a preset.


InputBucket
Gets and sets the property InputBucket.

The Amazon S3 bucket from which Elastic Transcoder gets media files for transcoding and the graphics files, if any, that you want to use for watermarks.


Name
Gets and sets the property Name.

The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.

Constraints: Maximum 40 characters


Notifications
Gets and sets the property Notifications.

The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
  • Progressing (optional): The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
  • Completed (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
  • Warning (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
  • Error (optional): The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

OutputBucket
Gets and sets the property OutputBucket.

The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files, thumbnails, and playlists. Either you specify this value, or you specify both

CopyC#
ContentConfig
and
CopyC#
ThumbnailConfig
.


Role
Gets and sets the property Role.

The IAM Amazon Resource Name (ARN) for the role that Elastic Transcoder uses to transcode jobs for this pipeline.


Status
Gets and sets the property Status.

The current status of the pipeline:

  • CopyC#
    Active
    : The pipeline is processing jobs.
  • CopyC#
    Paused
    : The pipeline is not currently processing jobs.

ThumbnailConfig
Gets and sets the property ThumbnailConfig.

Information about the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files. Either you specify both

CopyC#
ContentConfig
and
CopyC#
ThumbnailConfig
, or you specify
CopyC#
OutputBucket
.

  • CopyC#
    Bucket
    : The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
  • CopyC#
    Permissions
    : A list of the users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access that you want them to have.
    • 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
        .
    • CopyC#
      Grantee
      : The AWS user or group that you want to have access to thumbnail files.
    • 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.
  • CopyC#
    StorageClass
    : The Amazon S3 storage class,
    CopyC#
    Standard
    or
    CopyC#
    ReducedRedundancy
    , that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithArn(String) Obsolete.
Sets the Arn property

WithContentConfig(PipelineOutputConfig) Obsolete.
Sets the ContentConfig property

WithId(String) Obsolete.
Sets the Id property

WithInputBucket(String) Obsolete.
Sets the InputBucket property

WithName(String) Obsolete.
Sets the Name property

WithNotifications(Notifications) Obsolete.
Sets the Notifications property

WithOutputBucket(String) Obsolete.
Sets the OutputBucket property

WithRole(String) Obsolete.
Sets the Role property

WithStatus(String) Obsolete.
Sets the Status property

WithThumbnailConfig(PipelineOutputConfig) Obsolete.
Sets the ThumbnailConfig property

Inheritance Hierarchy
Object
Pipeline

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