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

TagResourceInput

import type { TagResourceInput } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";
interface TagResourceInput {
ResourceARN: string;
Tags: Tag[];
}

§Properties

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) of the resource to tag.

§
Tags: Tag[]
[src]

A list of tags to assign to the resource.