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

WorkerResourceConfig

import type { WorkerResourceConfig } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";

The cumulative configuration requirements for every worker instance of the worker type.

interface WorkerResourceConfig {
cpu: string;
disk?: string | null;
memory: string;
}

§Properties

§
cpu: string
[src]

The CPU requirements for every worker instance of the worker type.

§
disk?: string | null
[src]

The disk requirements for every worker instance of the worker type.

§
memory: string
[src]

The memory requirements for every worker instance of the worker type.