aws-cdk-lib.aws_budgets.CfnBudget.HistoricalOptionsProperty
interface HistoricalOptionsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Budgets.CfnBudget.HistoricalOptionsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbudgets#CfnBudget_HistoricalOptionsProperty |
![]() | software.amazon.awscdk.services.budgets.CfnBudget.HistoricalOptionsProperty |
![]() | aws_cdk.aws_budgets.CfnBudget.HistoricalOptionsProperty |
![]() | aws-cdk-lib » 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 { aws_budgets as budgets } from 'aws-cdk-lib';
const historicalOptionsProperty: budgets.CfnBudget.HistoricalOptionsProperty = {
budgetAdjustmentPeriod: 123,
};
Properties
Name | Type | Description |
---|---|---|
budget | number | CfnBudget.HistoricalOptionsProperty.BudgetAdjustmentPeriod . |
budgetAdjustmentPeriod
Type:
number
CfnBudget.HistoricalOptionsProperty.BudgetAdjustmentPeriod
.