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

UntagResourceInput

import type { UntagResourceInput } from "https://aws-api.deno.dev/v0.4/services/wellarchitected.ts?docs=full";
interface UntagResourceInput {
TagKeys: string[];
WorkloadArn: string;
}

§Properties

§
TagKeys: string[]
[src]

A list of tag keys. Existing tags of the resource whose keys are members of this list are removed from the resource.

§
WorkloadArn: string
[src]