@taimos/cdk-controltower
    Preparing search index...

    Interface BudgetConfig<T>

    interface BudgetConfig<T extends string> {
        budgets: AccountConfig<T, number | AccountBudgetOptions>;
    }

    Type Parameters

    • T extends string
    Index

    Properties

    Properties