Show / Hide Table of Contents

Interface CfnBudget.IHistoricalOptionsProperty

The parameters that define or describe the historical data that your auto-adjusting budget is based on.

Namespace: Amazon.CDK.AWS.Budgets
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnBudget.IHistoricalOptionsProperty
Syntax (vb)
Public Interface CfnBudget.IHistoricalOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-historicaloptions.html

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.AWS.Budgets;

             var historicalOptionsProperty = new HistoricalOptionsProperty {
                 BudgetAdjustmentPeriod = 123
             };

Synopsis

Properties

BudgetAdjustmentPeriod

The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.

Properties

BudgetAdjustmentPeriod

The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.

double BudgetAdjustmentPeriod { get; }
Property Value

double

Remarks

The maximum value depends on the TimeUnit granularity of the budget:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-budgets-budget-historicaloptions.html#cfn-budgets-budget-historicaloptions-budgetadjustmentperiod

    Back to top Generated by DocFX