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

WorkerTypeSpecification

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

The specifications for a worker type.

interface WorkerTypeSpecification {
imageConfiguration?: ImageConfiguration | null;
}

§Properties

§
imageConfiguration?: ImageConfiguration | null
[src]

The image configuration for a worker type.