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

JobResourceTags

import type { JobResourceTags } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";

Tags for a job.

interface JobResourceTags {
ResourceType: JobResourceType;
Tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ResourceType: JobResourceType
[src]

The job's type.

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

The job's tags.