pipeline

Represents an Elastic Transcoder transcoder pipeline. A pipeline is a queue for transcoding jobs. For more information see the Elastic Transcoder documentation.

Syntax
<pipeline
    default="(true|false)"?
    name="NCName"
  >
  <ui:title>...</ui:title>
  <id>...</id>
</pipeline>
Attributes
default="(true|false)" (optional)

Whether or not this is the default pipeline. One pipeline element should have default set to true, and one only.

name="NCName"

The name of the pipeline element.