Skip to content

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).

// init — account-level binding takes no resource
const startCostAllocationTagBackfill = yield* AWS.CostExplorer.StartCostAllocationTagBackfill();
// runtime
const result = yield* startCostAllocationTagBackfill({
BackfillFrom: "2026-01-01T00:00:00Z",
});