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.4/services/backup.ts?docs=full";
interface TagResourceInput {
ResourceArn: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ResourceArn: string
[src]

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

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

Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create. For clarity, this is the structure to assign tags: [{"Key":"string","Value":"string"}].