Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.budgets.CfnBudgetsActionPropsMixin.Builder
Packages that use CfnBudgetsActionPropsMixin.Builder
-
Uses of CfnBudgetsActionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.budgets
Methods in software.amazon.awscdk.cfnpropertymixins.services.budgets that return CfnBudgetsActionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnBudgetsActionPropsMixin.Builder.actionThreshold(CfnBudgetsActionPropsMixin.ActionThresholdProperty actionThreshold) The trigger threshold of the action.CfnBudgetsActionPropsMixin.Builder.actionThreshold(IResolvable actionThreshold) The trigger threshold of the action.CfnBudgetsActionPropsMixin.Builder.actionType(String actionType) The type of action.CfnBudgetsActionPropsMixin.Builder.approvalModel(String approvalModel) This specifies if the action needs manual or automatic approval.CfnBudgetsActionPropsMixin.Builder.budgetName(String budgetName) A string that represents the budget name.CfnBudgetsActionPropsMixin.Builder.create()CfnBudgetsActionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnBudgetsActionPropsMixin.Builder.definition(CfnBudgetsActionPropsMixin.DefinitionProperty definition) Specifies all of the type-specific parameters.CfnBudgetsActionPropsMixin.Builder.definition(IResolvable definition) Specifies all of the type-specific parameters.CfnBudgetsActionPropsMixin.Builder.executionRoleArn(String executionRoleArn) The role passed for action execution and reversion.CfnBudgetsActionPropsMixin.Builder.notificationType(String notificationType) The type of a notification.CfnBudgetsActionPropsMixin.Builder.resourceTags(List<? extends CfnBudgetsActionPropsMixin.ResourceTagProperty> resourceTags) An optional list of tags to associate with the specified budget action.CfnBudgetsActionPropsMixin.Builder.subscribers(List<? extends Object> subscribers) A list of subscribers.CfnBudgetsActionPropsMixin.Builder.subscribers(IResolvable subscribers) A list of subscribers.