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

AddTagsInput

import type { AddTagsInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface AddTagsInput {
ResourceArn: string;
Tags: Tag[];
}

§Properties

§
ResourceArn: string
[src]

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

§
Tags: Tag[]
[src]

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.