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