Package com.pulumi.aws.budgets.outputs
Class BudgetActionActionThreshold
- java.lang.Object
-
- com.pulumi.aws.budgets.outputs.BudgetActionActionThreshold
-
public final class BudgetActionActionThreshold extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BudgetActionActionThreshold.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
actionThresholdType()
java.lang.Double
actionThresholdValue()
static BudgetActionActionThreshold.Builder
builder()
static BudgetActionActionThreshold.Builder
builder(BudgetActionActionThreshold defaults)
-
-
-
Method Detail
-
actionThresholdType
public java.lang.String actionThresholdType()
- Returns:
- The type of threshold for a notification. Valid values are `PERCENTAGE` or `ABSOLUTE_VALUE`.
-
actionThresholdValue
public java.lang.Double actionThresholdValue()
- Returns:
- The threshold of a notification.
-
builder
public static BudgetActionActionThreshold.Builder builder()
-
builder
public static BudgetActionActionThreshold.Builder builder(BudgetActionActionThreshold defaults)
-
-