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

§Properties

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) for the applied quota. You can get this information by using the Service Quotas console, or by listing the quotas using the list-service-quotas AWS CLI command or the ListServiceQuotas AWS API operation.

§
Tags: Tag[]
[src]

The tags that you want to add to the resource.