@Stability(value=Stable)
public static interface CfnBudget.AutoAdjustDataProperty
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.*;
AutoAdjustDataProperty autoAdjustDataProperty = AutoAdjustDataProperty.builder()
.autoAdjustType("autoAdjustType")
// the properties below are optional
.historicalOptions(HistoricalOptionsProperty.builder()
.budgetAdjustmentPeriod(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBudget.AutoAdjustDataProperty.Builder
A builder for
CfnBudget.AutoAdjustDataProperty |
static class |
CfnBudget.AutoAdjustDataProperty.Jsii$Proxy
An implementation for
CfnBudget.AutoAdjustDataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBudget.AutoAdjustDataProperty.Builder |
builder() |
String |
getAutoAdjustType()
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
|
default Object |
getHistoricalOptions()
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
@Stability(value=Stable) @NotNull String getAutoAdjustType()
@Stability(value=Stable) @Nullable default Object getHistoricalOptions()
@Stability(value=Stable) static CfnBudget.AutoAdjustDataProperty.Builder builder()
Copyright © 2022. All rights reserved.