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 CreateBudgetAction operation. Creates a budget action.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateBudgetActionRequest : AmazonBudgetsRequest
         IAmazonWebServiceRequest

The CreateBudgetActionRequest type exposes the following members

Constructors

NameDescription
Public Method CreateBudgetActionRequest()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

Public Property ActionThreshold Amazon.Budgets.Model.ActionThreshold

Gets and sets the property ActionThreshold.

Public Property ActionType Amazon.Budgets.ActionType

Gets and sets the property ActionType.

The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.

Public Property ApprovalModel Amazon.Budgets.ApprovalModel

Gets and sets the property ApprovalModel.

This specifies if the action needs manual or automatic approval.

Public Property BudgetName System.String

Gets and sets the property BudgetName.

Public Property Definition Amazon.Budgets.Model.Definition

Gets and sets the property Definition.

Public Property ExecutionRoleArn System.String

Gets and sets the property ExecutionRoleArn.

The role passed for action execution and reversion. Roles and actions must be in the same account.

Public Property NotificationType Amazon.Budgets.NotificationType

Gets and sets the property NotificationType.

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

Gets and sets the property Subscribers.

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