StartCostAllocationTagBackfill
Source:
src/AWS/CostExplorer/StartCostAllocationTagBackfill.ts
Runtime binding for ce:StartCostAllocationTagBackfill.
Backfill cost allocation tag activation status to past billing
periods (allowed once every 24 hours). Provide the implementation with
Effect.provide(AWS.CostExplorer.StartCostAllocationTagBackfillHttp).
Cost Allocation Tags
Section titled “Cost Allocation Tags”// init — account-level binding takes no resourceconst startCostAllocationTagBackfill = yield* AWS.CostExplorer.StartCostAllocationTagBackfill();
// runtimeconst result = yield* startCostAllocationTagBackfill({ BackfillFrom: "2026-01-01T00:00:00Z",});