Interface CfnBudgetsActionPropsMixin.ActionThresholdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBudgetsActionPropsMixin.ActionThresholdProperty.Jsii$Proxy
- Enclosing class:
CfnBudgetsActionPropsMixin
@Stability(Stable)
public static interface CfnBudgetsActionPropsMixin.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.cfnpropertymixins.services.budgets.*;
ActionThresholdProperty actionThresholdProperty = ActionThresholdProperty.builder()
.type("type")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBudgetsActionPropsMixin.ActionThresholdPropertystatic final classAn implementation forCfnBudgetsActionPropsMixin.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
-