UpdateCostAllocationTagsStatus
Source:
src/AWS/CostExplorer/UpdateCostAllocationTagsStatus.ts
Runtime binding for ce:UpdateCostAllocationTagsStatus.
Activate or deactivate cost allocation tag keys in bulk (max 20
per call). Activation makes the tag usable in cost queries, categories,
and CUR reports. Provide the implementation with
Effect.provide(AWS.CostExplorer.UpdateCostAllocationTagsStatusHttp).
Cost Allocation Tags
Section titled “Cost Allocation Tags”// init — account-level binding takes no resourceconst updateCostAllocationTagsStatus = yield* AWS.CostExplorer.UpdateCostAllocationTagsStatus();
// runtimeyield* updateCostAllocationTagsStatus({ CostAllocationTagsStatus: [{ TagKey: "team", Status: "Active" }],});