Skip to content

ListCostAllocationTags

Source: src/AWS/CostExplorer/ListCostAllocationTags.ts

Runtime binding for ce:ListCostAllocationTags.

List your cost allocation tags with their activation status — user-defined and AWS-generated. Provide the implementation with Effect.provide(AWS.CostExplorer.ListCostAllocationTagsHttp).

// init — account-level binding takes no resource
const listCostAllocationTags = yield* AWS.CostExplorer.ListCostAllocationTags();
// runtime
const result = yield* listCostAllocationTags();
const tags = result.CostAllocationTags;