Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UntagResourceRequest

import type { UntagResourceRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface UntagResourceRequest {
resourceArn?: string | null;
resourceName: string;
tagKeys: string[];
}

§Properties

§
resourceArn?: string | null
[src]

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

§
resourceName: string
[src]

The name of the resource from which you are removing a tag.

§
tagKeys: string[]
[src]

The tag keys to delete from the specified resource.