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

WorkUnitRange

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

Defines the valid range of work unit IDs for querying the execution service.

interface WorkUnitRange {
WorkUnitIdMax: number;
WorkUnitIdMin: number;
WorkUnitToken: string;
}

§Properties

§
WorkUnitIdMax: number
[src]

Defines the maximum work unit ID in the range. The maximum value is inclusive.

§
WorkUnitIdMin: number
[src]

Defines the minimum work unit ID in the range.

§
WorkUnitToken: string
[src]

A work token used to query the execution service.