The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.

IMPORTANT:To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.

 /// <summary>
 /// Sets the Notifications property
 /// </summary>
 /// <param name="notifications">The value to set for the Notifications property </param>
 /// <returns>this instance</returns>
 public CreatePipelineRequest WithNotifications(Notifications notifications)
 {
     this.notifications = notifications;
     return this;
 }
Esempio n. 2
0
 public Pipeline WithNotifications(Notifications notifications)
 {
     this.notifications = notifications;
     return(this);
 }
 public Pipeline WithNotifications(Notifications notifications)
 {
     this.notifications = notifications;
     return this;
 }
 public CreatePipelineRequest WithNotifications(Notifications notifications)
 {
     this.notifications = notifications;
     return(this);
 }