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

ListTagsForResourceInput

import type { ListTagsForResourceInput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface ListTagsForResourceInput {
ResourceARN: string;
}

§Properties

§
ResourceARN: string
[src]

The ARN of the CloudWatch resource that you want to view tags for.

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.