PipelineNotifications class
Constructors
-
PipelineNotifications({Input<String?>? completed, Input<String?>? error, Input<String?>? progressing, 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.
const
-
PipelineNotifications.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
completed
→ Input<String?>?
-
The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline.
final
-
error
→ Input<String?>?
-
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.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
progressing
→ Input<String?>?
-
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.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
warning
→ Input<String?>?
-
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.
final