Class BudgetActionArgs


  • public final class BudgetActionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • accountId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accountId()
        Returns:
        The ID of the target account for budget. Will use current user's account_id by default if omitted.
      • actionThreshold

        public com.pulumi.core.Output<BudgetActionActionThresholdArgs> actionThreshold()
        Returns:
        The trigger threshold of the action. See Action Threshold.
      • actionType

        public com.pulumi.core.Output<java.lang.String> actionType()
        Returns:
        The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition. Valid values are `APPLY_IAM_POLICY`, `APPLY_SCP_POLICY`, and `RUN_SSM_DOCUMENTS`.
      • approvalModel

        public com.pulumi.core.Output<java.lang.String> approvalModel()
        Returns:
        This specifies if the action needs manual or automatic approval. Valid values are `AUTOMATIC` and `MANUAL`.
      • budgetName

        public com.pulumi.core.Output<java.lang.String> budgetName()
        Returns:
        The name of a budget.
      • definition

        public com.pulumi.core.Output<BudgetActionDefinitionArgs> definition()
        Returns:
        Specifies all of the type-specific parameters. See Definition.
      • executionRoleArn

        public com.pulumi.core.Output<java.lang.String> executionRoleArn()
        Returns:
        The role passed for action execution and reversion. Roles and actions must be in the same account.
      • notificationType

        public com.pulumi.core.Output<java.lang.String> notificationType()
        Returns:
        The type of a notification. Valid values are `ACTUAL` or `FORECASTED`.
      • subscribers

        public com.pulumi.core.Output<java.util.List<BudgetActionSubscriberArgs>> subscribers()
        Returns:
        A list of subscribers. See Subscriber.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Map of tags assigned to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.