Interface BudgetsBudgetActionConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    BudgetsBudgetActionConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.768Z")
    @Stability(Stable)
    public interface BudgetsBudgetActionConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Detail

      • getActionThreshold

        @Stability(Stable)
        @NotNull
        BudgetsBudgetActionActionThreshold getActionThreshold()
        action_threshold block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#action_threshold BudgetsBudgetAction#action_threshold}

      • getActionType

        @Stability(Stable)
        @NotNull
        String getActionType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#action_type BudgetsBudgetAction#action_type}.
      • getApprovalModel

        @Stability(Stable)
        @NotNull
        String getApprovalModel()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#approval_model BudgetsBudgetAction#approval_model}.
      • getBudgetName

        @Stability(Stable)
        @NotNull
        String getBudgetName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#budget_name BudgetsBudgetAction#budget_name}.
      • getDefinition

        @Stability(Stable)
        @NotNull
        BudgetsBudgetActionDefinition getDefinition()
        definition block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#definition BudgetsBudgetAction#definition}

      • getExecutionRoleArn

        @Stability(Stable)
        @NotNull
        String getExecutionRoleArn()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#execution_role_arn BudgetsBudgetAction#execution_role_arn}.
      • getNotificationType

        @Stability(Stable)
        @NotNull
        String getNotificationType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#notification_type BudgetsBudgetAction#notification_type}.
      • getSubscriber

        @Stability(Stable)
        @NotNull
        Object getSubscriber()
        subscriber block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#subscriber BudgetsBudgetAction#subscriber}

      • getAccountId

        @Stability(Stable)
        @Nullable
        default String getAccountId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#account_id BudgetsBudgetAction#account_id}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#id BudgetsBudgetAction#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getTimeouts

        @Stability(Stable)
        @Nullable
        default BudgetsBudgetActionTimeouts getTimeouts()
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/budgets_budget_action#timeouts BudgetsBudgetAction#timeouts}