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

WorkerTypeSpecificationInput

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

The specifications for a worker type.

interface WorkerTypeSpecificationInput {
imageConfiguration?: ImageConfigurationInput | null;
}

§Properties

§
imageConfiguration?: ImageConfigurationInput | null
[src]

The image configuration for a worker type.