AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A notification with subscribers. A notification can have one SNS subscriber and up to 10 email subscribers, for a total of 11 subscribers.

Inheritance Hierarchy

System.Object
  Amazon.Budgets.Model.NotificationWithSubscribers

Namespace: Amazon.Budgets.Model
Assembly: AWSSDK.Budgets.dll
Version: 3.x.y.z

Syntax

C#
public class NotificationWithSubscribers

The NotificationWithSubscribers type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Notification Amazon.Budgets.Model.Notification

Gets and sets the property Notification.

The notification that's associated with a budget.

Public Property Subscribers System.Collections.Generic.List<Amazon.Budgets.Model.Subscriber>

Gets and sets the property Subscribers.

A list of subscribers who are subscribed to this notification.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5