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

TagResourcesInput

import type { TagResourcesInput } from "https://aws-api.deno.dev/v0.4/services/resourcegroupstaggingapi.ts?docs=full";
interface TagResourcesInput {
ResourceARNList: string[];
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ResourceARNList: string[]
[src]

Specifies the list of ARNs of the resources that you want to apply tags to.

An ARN (Amazon Resource Name) uniquely identifies a resource. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

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

Specifies a list of tags that you want to add to the specified resources. A tag consists of a key and a value that you define.