Show / Hide Table of Contents

Class CfnBudgetPropsMixin.HistoricalOptionsProperty

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

Inheritance
object
CfnBudgetPropsMixin.HistoricalOptionsProperty
Implements
CfnBudgetPropsMixin.IHistoricalOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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

    Implements

    CfnBudgetPropsMixin.IHistoricalOptionsProperty
    Back to top Generated by DocFX