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/dataexchange.ts?docs=full";

The request body for TagResource.

interface TagResourceRequest {
ResourceArn: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ResourceArn: string
[src]

An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

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

A label that consists of a customer-defined key and an optional value.