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

TagResourceRequest

import type { TagResourceRequest } from "https://aws-api.deno.dev/v0.3/services/mediaconvert.ts?docs=full";
interface TagResourceRequest {
Arn: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the resource that you want to tag. To get the ARN, send a GET request with the resource name.

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

The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.