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

AddTagsToResourceMessage

import type { AddTagsToResourceMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface AddTagsToResourceMessage {
ResourceName: string;
Tags: Tag[];
}

§Properties

§
ResourceName: string
[src]

The Amazon RDS resource that the tags are added to. This value is an Amazon Resource Name (ARN). For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

§
Tags: Tag[]
[src]

The tags to be assigned to the Amazon RDS resource.