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 budget action resource.

Inheritance Hierarchy

System.Object
  Amazon.Budgets.Model.Action

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

Syntax

C#
public class Action

The Action type exposes the following members

Constructors

NameDescription
Public Method Action()

Properties

NameTypeDescription
Public Property ActionId System.String

Gets and sets the property ActionId.

A system-generated universally unique identifier (UUID) for the action.

Public Property ActionThreshold Amazon.Budgets.Model.ActionThreshold

Gets and sets the property ActionThreshold.

The trigger threshold of the action.

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.

Where you specify all of the type-specific parameters.

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 Status Amazon.Budgets.ActionStatus

Gets and sets the property Status.

The status of the action.

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