Interface CfnBudgetsAction.ActionThresholdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBudgetsAction.ActionThresholdProperty.Jsii$Proxy
- Enclosing class:
CfnBudgetsAction
@Stability(Stable)
public static interface CfnBudgetsAction.ActionThresholdProperty
extends software.amazon.jsii.JsiiSerializable
The trigger threshold of the action.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.budgets.*; ActionThresholdProperty actionThresholdProperty = ActionThresholdProperty.builder() .type("type") .value(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBudgetsAction.ActionThresholdProperty
static final class
An implementation forCfnBudgetsAction.ActionThresholdProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of threshold for a notification.- See Also:
-
getValue
The threshold of a notification.- See Also:
-
builder
-