Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CostAllocationTagStatusEntry

import type { CostAllocationTagStatusEntry } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";

The cost allocation tag status. The status of a key can either be active or inactive.

interface CostAllocationTagStatusEntry {
TagKey: string;
}

§Properties

§

The status of a cost allocation tag.

§
TagKey: string
[src]

The key for the cost allocation tag.