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

JobQueueDetail

import type { JobQueueDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";
interface JobQueueDetail {
computeEnvironmentOrder: ComputeEnvironmentOrder[];
jobQueueArn: string;
jobQueueName: string;
priority: number;
state: JQState;
status?: JQStatus | null;
statusReason?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
computeEnvironmentOrder: ComputeEnvironmentOrder[]
[src]
§
jobQueueArn: string
[src]
§
jobQueueName: string
[src]
§
priority: number
[src]
§
status?: JQStatus | null
[src]
§
statusReason?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]