Interface CfnBudgetPropsMixin.BudgetActionToAddProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBudgetPropsMixin.BudgetActionToAddProperty.Jsii$Proxy
- Enclosing class:
CfnBudgetPropsMixin
@Stability(Stable)
public static interface CfnBudgetPropsMixin.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.cfnpropertymixins.services.deadline.*;
BudgetActionToAddProperty budgetActionToAddProperty = BudgetActionToAddProperty.builder()
.description("description")
.thresholdPercentage(123)
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBudgetPropsMixin.BudgetActionToAddPropertystatic final classAn implementation forCfnBudgetPropsMixin.BudgetActionToAddProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
A description for the budget action.- See Also:
-
getThresholdPercentage
The percentage threshold for the budget action.- See Also:
-
getType
The type of budget action.- See Also:
-
builder
-