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.3/services/codebuild.ts?docs=full";

A tag, consisting of a key and a value.

This tag is available for use by Amazon Web Services services that support tags in CodeBuild.

interface Tag {
key?: string | null;
value?: string | null;
}

§Properties

§
key?: string | null
[src]

The tag's key.

§
value?: string | null
[src]

The tag's value.