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.3/services/codestarnotifications.ts?docs=full";
interface TagResourceRequest {
Arn: string;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
Arn: string
[src]

The Amazon Resource Name (ARN) of the notification rule to tag.

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

The list of tags to associate with the resource. Tag key names cannot start with "aws".