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.4/services/alexaforbusiness.ts?docs=full";
interface TagResourceRequest {
Arn: string;
Tags: Tag[];
}

§Properties

§
Arn: string
[src]

The ARN of the resource to which to add metadata tags. Required.

§
Tags: Tag[]
[src]

The tags to be added to the specified resource. Do not provide system tags. Required.