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

ResourceTags

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

The Amazon Resource Name (ARN) and tags for an AWS Elemental MediaConvert resource.

interface ResourceTags {
Arn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags for the resource.