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

§Properties

§
ResourceArn: string
[src]

The ARN of the resource that you're removing tags from.

The ARN format of a sink is arn:aws:oam:_Region_:_account-id_:sink/_sink-id_

The ARN format of a link is arn:aws:oam:_Region_:_account-id_:link/_link-id_

For more information about ARN format, see CloudWatch Logs resources and operations.

§
TagKeys: string[]
[src]

The list of tag keys to remove from the resource.