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

A resource tag.

interface ResourceTag {
ResourceId?: string | null;
TagsList?: Tag[] | null;
}

§Properties

§
ResourceId?: string | null
[src]

Specifies the ARN of the resource.

§
TagsList?: Tag[] | null
[src]

A list of tags.