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

TagResourceRequest

interface TagResourceRequest {
arn: string;
tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

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