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

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) of the specific resource to which the tag should be associated.

§
Tags: Tag[]
[src]

The tag or tags to be associated with a specific resource. Both the tag key and value are specified.