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

ImageConfigurationInput

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

The image configuration.

interface ImageConfigurationInput {
imageUri?: string | null;
}

§Properties

§
imageUri?: string | null
[src]

The URI of an image in the Amazon ECR registry. This field is required when you create a new application. If you leave this field blank in an update, Amazon EMR will remove the image configuration.