PipelineNotifications

data class PipelineNotifications(val completed: String? = null, val error: String? = null, val progressing: String? = null, val warning: String? = null)

Constructors

Link copied to clipboard
fun PipelineNotifications(completed: String? = null, error: String? = null, progressing: String? = null, warning: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val completed: String? = null

The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline.

Link copied to clipboard
val error: String? = null

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.

Link copied to clipboard
val progressing: String? = null

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.

Link copied to clipboard
val warning: String? = null

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.