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

Request of adding tag to the resource

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

§Properties

§
ResourceArn: string
[src]

The Amazon Resource Name (ARN) for the resource that's tagged.

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

The tags associated with the resource.