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

InitialCapacityConfig

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

The initial capacity configuration per worker.

interface InitialCapacityConfig {
workerConfiguration?: WorkerResourceConfig | null;
workerCount: number;
}

§Properties

§
workerConfiguration?: WorkerResourceConfig | null
[src]

The resource configuration of the initial capacity configuration.

§
workerCount: number
[src]

The number of workers in the initial capacity configuration.