Interface CfnBudget.HistoricalOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBudget.HistoricalOptionsProperty.Jsii$Proxy
Enclosing class:
CfnBudget

@Stability(Stable) public static interface CfnBudget.HistoricalOptionsProperty extends software.amazon.jsii.JsiiSerializable
The parameters that define or describe the historical data that your auto-adjusting budget is based on.

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.*;
 HistoricalOptionsProperty historicalOptionsProperty = HistoricalOptionsProperty.builder()
         .budgetAdjustmentPeriod(123)
         .build();
 

See Also: