PipelineNotifications constructor

const PipelineNotifications({
  1. Input<String?>? completed,
  2. Input<String?>? error,
  3. Input<String?>? progressing,
  4. Input<String?>? warning,
})

Creates a new PipelineNotifications. completed The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. error The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. progressing The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. warning The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline.

Implementation

const PipelineNotifications({
  this.completed,
  this.error,
  this.progressing,
  this.warning,
});