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

    Interface BillingStageConfig<T>

    interface BillingStageConfig<T extends string> {
        budgetConfig?: BudgetConfig<T>;
        costReportConfig?: CostReportingConfig;
    }

    Type Parameters

    • T extends string
    Index

    Properties

    budgetConfig?: BudgetConfig<T>
    costReportConfig?: CostReportingConfig