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

ResourceGroupTag

import type { ResourceGroupTag } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";

This data type is used as one of the elements of the "ResourceGroup" data type.

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

§Properties

§
key: string
[src]

A tag key.

§
value?: string | null
[src]

The value assigned to a tag key.