Class CfnBudgetsAction.ActionThresholdProperty
The trigger threshold of the action.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBudgetsAction.ActionThresholdProperty : CfnBudgetsAction.IActionThresholdProperty
Syntax (vb)
Public Class CfnBudgetsAction.ActionThresholdProperty Implements CfnBudgetsAction.IActionThresholdProperty
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.AWS.Budgets;
var actionThresholdProperty = new ActionThresholdProperty {
Type = "type",
Value = 123
};
Synopsis
Constructors
| ActionThresholdProperty() | The trigger threshold of the action. |
Properties
| Type | The type of threshold for a notification. |
| Value | The threshold of a notification. |
Constructors
ActionThresholdProperty()
The trigger threshold of the action.
public ActionThresholdProperty()
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.AWS.Budgets;
var actionThresholdProperty = new ActionThresholdProperty {
Type = "type",
Value = 123
};
Properties
Type
The type of threshold for a notification.
public string Type { get; set; }
Property Value
Remarks
Value
The threshold of a notification.
public double Value { get; set; }