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

TagResourceInput

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

§Properties

§
ResourceArn: string
[src]

The ARN of the resource that you're adding tags to.

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.

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

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