AWS SDK for .NET Documentation
UpdatePipelineNotificationsRequest Class
AmazonAmazon.ElasticTranscoder.ModelUpdatePipelineNotificationsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdatePipelineNotifications operation. With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.

When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.

Declaration Syntax
C#
public class UpdatePipelineNotificationsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdatePipelineNotificationsRequest()()()()
Initializes a new instance of the UpdatePipelineNotificationsRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
Gets and sets the property Id.

The identifier of the pipeline for which you want to change notification settings.


Notifications
Gets and sets the property Notifications.

The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.

To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
  • 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 jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
  • Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
  • Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
  • Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithId(String) Obsolete.
Sets the Id property

WithNotifications(Notifications) Obsolete.
Sets the Notifications property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdatePipelineNotificationsRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)