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

§Properties

§
ResourceARN: string
[src]

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

The ARN format of an alarm is arn:aws:cloudwatch:_Region_:_account-id_:alarm:_alarm-name_

The ARN format of a Contributor Insights rule is arn:aws:cloudwatch:_Region_:_account-id_:insight-rule:_insight-rule-name_

For more information about ARN format, see Resource Types Defined by Amazon CloudWatch in the Amazon Web Services General Reference.

§
TagKeys: string[]
[src]

The list of tag keys to remove from the resource.