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

TagResourceRequest

import type { TagResourceRequest } from "https://aws-api.deno.dev/v0.4/services/synthetics.ts?docs=full";
interface TagResourceRequest {
ResourceArn: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ResourceArn: string
[src]

The ARN of the canary or group that you're adding tags to.

The ARN format of a canary is arn:aws:synthetics:_Region_:_account-id_:canary:_canary-name_.

The ARN format of a group is arn:aws:synthetics:_Region_:_account-id_:group:_group-name_

§
Tags: {
[key: string]: string | null | undefined;
}
[src]

The list of key-value pairs to associate with the resource.