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.

Container for the parameters to the CreateBudget operation. Creates a budget and, if included, notifications and subscribers.

Only one of BudgetLimit or PlannedBudgetLimits can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the BudgetLimit syntax. For PlannedBudgetLimits, see the Examples section.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Budgets.AmazonBudgetsRequest
      Amazon.Budgets.Model.CreateBudgetRequest

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

Syntax

C#
public class CreateBudgetRequest : AmazonBudgetsRequest
         IAmazonWebServiceRequest

The CreateBudgetRequest type exposes the following members

Constructors

NameDescription
Public Method CreateBudgetRequest()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The accountId that is associated with the budget.

Public Property Budget Amazon.Budgets.Model.Budget

Gets and sets the property Budget.

The budget object that you want to create.

Public Property NotificationsWithSubscribers System.Collections.Generic.List<Amazon.Budgets.Model.NotificationWithSubscribers>

Gets and sets the property NotificationsWithSubscribers.

A notification that you want to associate with a budget. A budget can have up to five notifications, and each notification can have one SNS subscriber and up to 10 email subscribers. If you include notifications and subscribers in your CreateBudget call, Amazon Web Services creates the notifications and subscribers for you.

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