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/efs.ts?docs=full";
interface TagResourceRequest {
ResourceId: string;
Tags: Tag[];
}

§Properties

§
ResourceId: string
[src]

The ID specifying the EFS resource that you want to create a tag for.

§
Tags: Tag[]
[src]

An array of Tag objects to add. Each Tag object is a key-value pair.