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

Tag

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

A custom key-value pair associated with a resource such as a CloudTrail trail, event data store, or channel.

interface Tag {
Key: string;
Value?: string | null;
}

§Properties

§
Key: string
[src]

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

§
Value?: string | null
[src]

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.