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/proton.ts?docs=full";
interface TagResourceInput {
resourceArn: string;
tags: Tag[];
}

§Properties

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the Proton resource to apply customer tags to.

§
tags: Tag[]
[src]

A list of customer tags to apply to the Proton resource.