interface AutoAdjustDataProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Budgets.CfnBudget.AutoAdjustDataProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbudgets#CfnBudget_AutoAdjustDataProperty |
![]() | software.amazon.awscdk.services.budgets.CfnBudget.AutoAdjustDataProperty |
![]() | aws_cdk.aws_budgets.CfnBudget.AutoAdjustDataProperty |
![]() | aws-cdk-lib » aws_budgets » CfnBudget » AutoAdjustDataProperty |
Determine the budget amount for an auto-adjusting budget.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_budgets as budgets } from 'aws-cdk-lib';
const autoAdjustDataProperty: budgets.CfnBudget.AutoAdjustDataProperty = {
autoAdjustType: 'autoAdjustType',
// the properties below are optional
historicalOptions: {
budgetAdjustmentPeriod: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
auto | string | The string that defines whether your budget auto-adjusts based on historical or forecasted data. |
historical | IResolvable | Historical | The parameters that define or describe the historical data that your auto-adjusting budget is based on. |
autoAdjustType
Type:
string
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
historicalOptions?
Type:
IResolvable
|
Historical
(optional)
The parameters that define or describe the historical data that your auto-adjusting budget is based on.