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/appconfig.ts?docs=full";
interface TagResourceRequest {
ResourceArn: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ResourceArn: string
[src]

The ARN of the resource for which to retrieve tags.

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

The key-value string map. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with aws:. The tag value can be up to 256 characters.