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

CostAllocationTag

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

The cost allocation tag structure. This includes detailed metadata for the CostAllocationTag object.

interface CostAllocationTag {
TagKey: string;
}

§Properties

§

The status of a cost allocation tag.

§
TagKey: string
[src]

The key for the cost allocation tag.

§

The type of cost allocation tag. You can use AWSGenerated or UserDefined type tags. AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. UserDefined type tags are tags that you define, create, and apply to resources.