Class CfnBudgetPropsMixin.HistoricalOptionsProperty
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Budgets
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnBudgetPropsMixin.HistoricalOptionsProperty : CfnBudgetPropsMixin.IHistoricalOptionsProperty
Syntax (vb)
Public Class CfnBudgetPropsMixin.HistoricalOptionsProperty Implements CfnBudgetPropsMixin.IHistoricalOptionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Budgets;
var historicalOptionsProperty = new HistoricalOptionsProperty {
BudgetAdjustmentPeriod = 123
};
Synopsis
Constructors
| HistoricalOptionsProperty() | The parameters that define or describe the historical data that your auto-adjusting budget is based on. |
Properties
| BudgetAdjustmentPeriod | The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount. |
Constructors
HistoricalOptionsProperty()
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
public HistoricalOptionsProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Budgets;
var historicalOptionsProperty = new HistoricalOptionsProperty {
BudgetAdjustmentPeriod = 123
};
Properties
BudgetAdjustmentPeriod
The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.
public double? BudgetAdjustmentPeriod { get; set; }
Property Value
Remarks
The maximum value depends on the TimeUnit granularity of the budget: