PipelineNotificationsArgs

data class PipelineNotificationsArgs(val completed: Output<String>? = null, val error: Output<String>? = null, val progressing: Output<String>? = null, val warning: Output<String>? = null) : ConvertibleToJava<PipelineNotificationsArgs>

Constructors

Link copied to clipboard
fun PipelineNotificationsArgs(completed: Output<String>? = null, error: Output<String>? = null, progressing: Output<String>? = null, warning: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PipelineNotificationsArgs

Properties

Link copied to clipboard
val completed: Output<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: Output<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: Output<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: Output<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.