Uses of Class
software.amazon.awscdk.services.deadline.CfnBudget.Builder
Packages that use CfnBudget.Builder
-
Uses of CfnBudget.Builder in software.amazon.awscdk.services.deadline
Methods in software.amazon.awscdk.services.deadline that return CfnBudget.BuilderModifier and TypeMethodDescriptionThe budget actions to specify what happens when the budget runs out.CfnBudget.Builder.actions(IResolvable actions) The budget actions to specify what happens when the budget runs out.CfnBudget.Builder.approximateDollarLimit(Number approximateDollarLimit) The dollar limit based on consumed usage.static CfnBudget.BuilderCfnBudget.Builder.description(String description) The description of the budget.CfnBudget.Builder.displayName(String displayName) The display name of the budget.The farm ID.CfnBudget.Builder.schedule(IResolvable schedule) The start and end time of the budget.CfnBudget.Builder.schedule(CfnBudget.BudgetScheduleProperty schedule) The start and end time of the budget.An array of key-value pairs to apply to this resource.CfnBudget.Builder.usageTrackingResource(IResolvable usageTrackingResource) The usage details of the allotted budget.CfnBudget.Builder.usageTrackingResource(CfnBudget.UsageTrackingResourceProperty usageTrackingResource) The usage details of the allotted budget.