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.

The subscriber to a budget notification. The subscriber consists of a subscription type and either an Amazon SNS topic or an email address.

For example, an email subscriber has the following parameters:

Inheritance Hierarchy

System.Object
  Amazon.Budgets.Model.Subscriber

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

Syntax

C#
public class Subscriber

The Subscriber type exposes the following members

Constructors

NameDescription
Public Method Subscriber()

Properties

NameTypeDescription
Public Property Address System.String

Gets and sets the property Address.

The address that Amazon Web Services sends budget notifications to, either an SNS topic or an email.

When you create a subscriber, the value of Address can't contain line breaks.

Public Property SubscriptionType Amazon.Budgets.SubscriptionType

Gets and sets the property SubscriptionType.

The type of notification that Amazon Web Services sends to a subscriber.

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