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).
Cost Allocation Tags
Section titled “Cost Allocation Tags”// init — account-level binding takes no resourceconst listCostAllocationTags = yield* AWS.CostExplorer.ListCostAllocationTags();
// runtimeconst result = yield* listCostAllocationTags();const tags = result.CostAllocationTags;