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

BorrowConfiguration

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

Details about a borrow configuration.

interface BorrowConfiguration {
AllowEarlyCheckIn: boolean;
MaxTimeToLiveInMinutes: number;
}

§Properties

§
AllowEarlyCheckIn: boolean
[src]

Indicates whether early check-ins are allowed.

§
MaxTimeToLiveInMinutes: number
[src]

Maximum time for the borrow configuration, in minutes.