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

TagResourceRequest

import type { TagResourceRequest } from "https://aws-api.deno.dev/v0.3/services/ram.ts?docs=full";
interface TagResourceRequest {
resourceShareArn: string;
tags: Tag[];
}

§Properties

§
resourceShareArn: string
[src]

Specifies the Amazon Resoure Name (ARN) of the resource share that you want to add tags to.

§
tags: Tag[]
[src]

A list of one or more tag key and value pairs. The tag key must be present and not be an empty string. The tag value must be present but can be an empty string.