Interface CfnBudgetsActionPropsMixin.ActionThresholdProperty

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

@Stability(Stable) public static interface CfnBudgetsActionPropsMixin.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.cfnpropertymixins.services.budgets.*;
 ActionThresholdProperty actionThresholdProperty = ActionThresholdProperty.builder()
         .type("type")
         .value(123)
         .build();
 

See Also: