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

Container

import type { Container } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";

A container encapsulates the runtime environment for an application.

interface Container {
imageUris?: string[] | null;
region?: string | null;
}

§Properties

§
imageUris?: string[] | null
[src]

A list of URIs for containers created in the context Region.

§
region?: string | null
[src]

Containers and container images are Region-specific. This is the Region context for the container.