@Stability(value=Stable)
public static interface CfnBudgetsAction.ActionThresholdProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBudgetsAction.ActionThresholdProperty.Builder
A builder for
CfnBudgetsAction.ActionThresholdProperty |
static class |
CfnBudgetsAction.ActionThresholdProperty.Jsii$Proxy
An implementation for
CfnBudgetsAction.ActionThresholdProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBudgetsAction.ActionThresholdProperty.Builder |
builder() |
String |
getType()
The type of threshold for a notification.
|
Number |
getValue()
The threshold of a notification.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @NotNull Number getValue()
@Stability(value=Stable) static CfnBudgetsAction.ActionThresholdProperty.Builder builder()
Copyright © 2022. All rights reserved.