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

ImageConfiguration

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

The applied image configuration.

interface ImageConfiguration {
imageUri: string;
resolvedImageDigest?: string | null;
}

§Properties

§
imageUri: string
[src]

The image URI.

§
resolvedImageDigest?: string | null
[src]

The SHA256 digest of the image URI. This indicates which specific image the application is configured for. The image digest doesn't exist until an application has started.