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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.

Link copied to clipboard

The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.

Link copied to clipboard

The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.

Link copied to clipboard

The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.

Functions

Link copied to clipboard
inline fun copy(block: Notifications.Builder.() -> Unit = {}): Notifications
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String