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

ResourceTag

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

The tag structure that contains a tag key and value.

Note: Tagging is supported only for the following Cost Explorer resource types: AnomalyMonitor, AnomalySubscription, CostCategory.

interface ResourceTag {
Key: string;
Value: string;
}

§Properties

§
Key: string
[src]

The key that's associated with the tag.

§
Value: string
[src]

The value that's associated with the tag.