Interface CfnBudget.BudgetActionToAddProperty

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

@Stability(Stable) public static interface CfnBudget.BudgetActionToAddProperty extends software.amazon.jsii.JsiiSerializable
The budget action to add.

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.deadline.*;
 BudgetActionToAddProperty budgetActionToAddProperty = BudgetActionToAddProperty.builder()
         .thresholdPercentage(123)
         .type("type")
         // the properties below are optional
         .description("description")
         .build();
 

See Also: