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

SetTagsForResourceRequest

import type { SetTagsForResourceRequest } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface SetTagsForResourceRequest {
resourceArn: string;
tags?: Tag[] | null;
}

§Properties

§
resourceArn: string
[src]

The ARN of the assessment template that you want to set tags to.

§
tags?: Tag[] | null
[src]

A collection of key and value pairs that you want to set to the assessment template.