Interface CfnBudgetsAction.ActionThresholdProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBudgetsAction.ActionThresholdProperty.Jsii$Proxy
Enclosing class:
CfnBudgetsAction

@Stability(Stable) public static interface CfnBudgetsAction.ActionThresholdProperty extends software.amazon.jsii.JsiiSerializable
The trigger threshold of the action.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.budgets.*;
 ActionThresholdProperty actionThresholdProperty = ActionThresholdProperty.builder()
         .type("type")
         .value(123)
         .build();
 

See Also: