Interface CfnBudgetPropsMixin.IBudgetActionToAddProperty
The budget action to add.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnBudgetPropsMixin.IBudgetActionToAddProperty
Syntax (vb)
Public Interface CfnBudgetPropsMixin.IBudgetActionToAddProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Deadline;
var budgetActionToAddProperty = new BudgetActionToAddProperty {
Description = "description",
ThresholdPercentage = 123,
Type = "type"
};
Synopsis
Properties
| Description | A description for the budget action. |
| ThresholdPercentage | The percentage threshold for the budget action. |
| Type | The type of budget action. |
Properties
Description
A description for the budget action.
string? Description { get; }
Property Value
Remarks
ThresholdPercentage
The percentage threshold for the budget action.
double? ThresholdPercentage { get; }
Property Value
Remarks
Type
The type of budget action.
string? Type { get; }