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/databrew.ts?docs=full";
interface UntagResourceRequest {
ResourceArn: string;
TagKeys: string[];
}

§Properties

§
ResourceArn: string
[src]

A DataBrew resource from which you want to remove a tag or tags. The value for this parameter is an Amazon Resource Name (ARN).

§
TagKeys: string[]
[src]

The tag keys (names) of one or more tags to be removed.