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/dms.ts?docs=full";

Associates a set of tags with an DMS resource.

interface AddTagsToResourceMessage {
ResourceArn: string;
Tags: Tag[];
}

§Properties

§
ResourceArn: string
[src]

Identifies the DMS resource to which tags should be added. The value for this parameter is an Amazon Resource Name (ARN).

For DMS, you can tag a replication instance, an endpoint, or a replication task.

§
Tags: Tag[]
[src]

One or more tags to be assigned to the resource.