class Aws::ElasticTranscoder::Types::Notifications
The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
@note When making an API call, you may pass Notifications
data as a hash: { progressing: "SnsTopic", completed: "SnsTopic", warning: "SnsTopic", error: "SnsTopic", }
@!attribute [rw] progressing
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job. @return [String]
@!attribute [rw] completed
The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job. @return [String]
@!attribute [rw] warning
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. @return [String]
@!attribute [rw] error
The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. @return [String]
Constants
- SENSITIVE