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.

コード例 #1
0
 /// <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;
 }
コード例 #2
0
ファイル: Pipeline.cs プロジェクト: lngdeveloper/aws-sdk-net
 public Pipeline WithNotifications(Notifications notifications)
 {
     this.notifications = notifications;
     return(this);
 }
コード例 #3
0
 public Pipeline WithNotifications(Notifications notifications)
 {
     this.notifications = notifications;
     return this;
 }
コード例 #4
0
 public CreatePipelineRequest WithNotifications(Notifications notifications)
 {
     this.notifications = notifications;
     return(this);
 }