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

TagResourceRequest

interface TagResourceRequest {
ResourceArn: string;
Tags: TagListEntry[];
}

§Properties

§
ResourceArn: string
[src]

Specifies the Amazon Resource Name (ARN) of the resource to apply the tag to.

§

Specifies the tags that you want to apply to the resource.