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

AddTagsToResourceInput

import type { AddTagsToResourceInput } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

AddTagsToResourceInput

interface AddTagsToResourceInput {
ResourceARN: string;
Tags: Tag[];
}

§Properties

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) of the resource you want to add tags to.

§
Tags: Tag[]
[src]

The key-value pair that represents the tag you want to add to the resource. The value can be an empty string.

Note: Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.