interface HistoricalOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Budgets.CfnBudget.HistoricalOptionsProperty |
Java | software.amazon.awscdk.services.budgets.CfnBudget.HistoricalOptionsProperty |
Python | aws_cdk.aws_budgets.CfnBudget.HistoricalOptionsProperty |
TypeScript | @aws-cdk/aws-budgets » CfnBudget » HistoricalOptionsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as budgets from '@aws-cdk/aws-budgets';
const historicalOptionsProperty: budgets.CfnBudget.HistoricalOptionsProperty = {
budgetAdjustmentPeriod: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| budget | number | CfnBudget.HistoricalOptionsProperty.BudgetAdjustmentPeriod. |
budgetAdjustmentPeriod
Type:
number
CfnBudget.HistoricalOptionsProperty.BudgetAdjustmentPeriod.

.NET
Java
Python
TypeScript