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/lightsail.ts?docs=full";
interface TagResourceRequest {
resourceArn?: string | null;
resourceName: string;
tags: Tag[];
}

§Properties

§
resourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource to which you want to add a tag.

§
resourceName: string
[src]

The name of the resource to which you are adding tags.

§
tags: Tag[]
[src]

The tag key and optional value.